WebBrowser.WebBrowserShortcutsEnabled Property
Gets or sets a value indicating whether keyboard shortcuts are enabled within the WebBrowser control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
-
SecurityPermission
for immediate callers to use this control. Demand value: LinkDemand; Named Permission Sets: FullTrust.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
- 6/8/2011
- qs7000
- 5/18/2011
- Andrey V Dovydenko
Need a fix or a workaround.
- 7/24/2010
- Happy-Fun-Ball