WebBrowser.WebBrowserShortcutsEnabled Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether keyboard shortcuts are enabled within the WebBrowser control.
public:
property bool WebBrowserShortcutsEnabled { bool get(); void set(bool value); };
public bool WebBrowserShortcutsEnabled { get; set; }
member this.WebBrowserShortcutsEnabled : bool with get, set
Public Property WebBrowserShortcutsEnabled As Boolean
true
if keyboard shortcuts are enabled within the control; otherwise, false
. The default is true
.
The following code example demonstrates how to use the WebBrowserShortcutsEnabled property.
webBrowser1.WebBrowserShortcutsEnabled = false;
webBrowser1.WebBrowserShortcutsEnabled = False
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
.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: