Hide Help

Stimulsoft Reports.NET discussion
Post Reply
renathucazari
Posts: 15
Joined: Fri Jan 20, 2012 9:06 am
Location: Brasil

Hide Help

Post by renathucazari »

In a Form I have the "StiViewerControl" control, when I press F1, help screen appears, as this screen does not show, because I use the F1 key to another function.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Hide Help

Post by HighAley »

Hello.

Please, try to use next options:

Code: Select all

StiOptions.Appearance.ShowTooltipsHelp = false;
StiOptions.Appearance.ShowFormsHelp = false;
StiOptions.Appearance.ShowFormsHints = false;
Thank you.
renathucazari
Posts: 15
Joined: Fri Jan 20, 2012 9:06 am
Location: Brasil

Re: Hide Help

Post by renathucazari »

I dont't have "Appearance". What is using?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Hide Help

Post by HighAley »

Hello.

Could you specify the product that you use and its version?

Thank you
renathucazari
Posts: 15
Joined: Fri Jan 20, 2012 9:06 am
Location: Brasil

Re: Hide Help

Post by renathucazari »

I use 2013.2.1612.0
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Hide Help

Post by HighAley »

Hello.

These options was added later.
Please, upgrade to the latest release.

Thank you.
Post Reply