ShowHelp= false
Posted: Thu Jun 30, 2011 3:37 am
Hi,
with this code I show your WPF designer:
using (var report = new StiReport())
{
report.DesignWithWpf();
}
I must hide the help button ("?") but if I try to run the code:
StiOptions.Designer.Ribbon.ShowHelp= false;
the "?" button is showed always...
You can help me to hide the help button please?
Thanks, Riccardo.
with this code I show your WPF designer:
using (var report = new StiReport())
{
report.DesignWithWpf();
}
I must hide the help button ("?") but if I try to run the code:
StiOptions.Designer.Ribbon.ShowHelp= false;
the "?" button is showed always...
You can help me to hide the help button please?
Thanks, Riccardo.