TCnWebBrowser.WebBrowserShortcutsEnabled Property
Gets or sets a value indicating whether keyboard shortcuts are enabled within the TCnWebBrowser control.
published property WebBrowserShortcutsEnabled: Boolean read GetWebBrowserShortcutsEnabled write SetWebBrowserShortcutsEnabled default True;
Property Value
Type: Boolean
true if keyboard shortcuts are enabled within the control; otherwise, false. The default is true.
Set this property to false to prevent your users from using Internet
Explorer keyboard shortcuts with the WebBrowser control. This is useful
when you want to conceal the fact that you are using the WebBrowser
control, for example to create a user interface that seamlessly
combines DHTML-based controls with Windows Forms controls.
You can disable other standard browser features by setting the AllowWebBrowserDrop and IsWebBrowserContextMenuEnabled properties to false.