Help icon on the preview control

Stimulsoft Reports.NET discussion
Post Reply
alepage
Posts: 53
Joined: Mon Jan 19, 2009 7:02 am
Location: France

Help icon on the preview control

Post 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 1148 times
Thanks in advance,
A. Lepage
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Help icon on the preview control

Post 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.
Post Reply