Hide Help
Posted: Fri Oct 17, 2014 12:48 pm
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.
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
StiOptions.Appearance.ShowTooltipsHelp = false;
StiOptions.Appearance.ShowFormsHelp = false;
StiOptions.Appearance.ShowFormsHints = false;