How to disable the function key F7 to control Stimulsoft.Report.Viewer.StiViewerControl?
Version 2013.1...
right now, appreciate the help and attention of all ...
Thanks...
Disable the function F7 key StiViewerControl
-
- Posts: 5
- Joined: Thu Feb 27, 2014 6:03 pm
Re: Disable the function F7 key StiViewerControl
Hello.
Please, try to set next static option:
Thank you.
Please, try to set next static option:
Code: Select all
StiOptions.Viewer.DisableShortcutInViewer = true;
-
- Posts: 5
- Joined: Thu Feb 27, 2014 6:03 pm
Re: Disable the function F7 key StiViewerControl
I got that way: this.stiViewerControlHeader = new Stimulsoft.Report.Viewer.StiViewerControl(new Stimulsoft.Report.StiReport(), true);
I put this code in the InitializeComponent () function ...
Thank you for your help ...
I put this code in the InitializeComponent () function ...
Thank you for your help ...
Re: Disable the function F7 key StiViewerControl
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.