Disable the function F7 key StiViewerControl

Stimulsoft Reports.NET discussion
Post Reply
andersonborges
Posts: 5
Joined: Thu Feb 27, 2014 6:03 pm

Disable the function F7 key StiViewerControl

Post by andersonborges »

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...
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Disable the function F7 key StiViewerControl

Post by HighAley »

Hello.

Please, try to set next static option:

Code: Select all

StiOptions.Viewer.DisableShortcutInViewer = true;
Thank you.
andersonborges
Posts: 5
Joined: Thu Feb 27, 2014 6:03 pm

Re: Disable the function F7 key StiViewerControl

Post by andersonborges »

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 ...
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Disable the function F7 key StiViewerControl

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.
Post Reply