System.Windows.Forms.WebBrowser.WebBrowserShortcutsEnabled Property

Gets or sets a value indicating whether keyboard shortcuts are enabled within the System.Windows.Forms.WebBrowser control.

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool WebBrowserShortcutsEnabled { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Set this property to false to prevent your users from using Internet Explorer keyboard shortcuts with the System.Windows.Forms.WebBrowser control. This is useful when you want to conceal the fact that you are using the System.Windows.Forms.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 WebBrowser.AllowWebBrowserDrop and WebBrowser.IsWebBrowserContextMenuEnabled properties to false.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0