Page 1 of 1

Help icon on the preview control

Posted: Tue Oct 10, 2017 10:17 am
by alepage
Hi,

We are busy migrating to Stimulsof version 2017.1.10.
How do remove the “Help” Icon on the Preview control, and also the “Help” menu options in the toolbar menus ?
help_icon_preview_control.jpg
help_icon_preview_control.jpg (45.8 KiB) Viewed 1283 times
Thanks in advance,
A. Lepage

Re: Help icon on the preview control

Posted: Wed Oct 11, 2017 1:16 pm
by HighAley
Hello.

Please, use next static options:

Code: Select all

StiOptions.Appearance.ShowFormsHelp = false;
StiOptions.Appearance.ShowFormsHints = false;
StiOptions.Appearance.ShowTooltipsHelp = false;
Thank you.