System.Windows.Forms.WebBrowser.AllowWebBrowserDrop Property

Gets or sets a value indicating whether the System.Windows.Forms.WebBrowser control navigates to documents that are dropped onto it.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

By default, the System.Windows.Forms.WebBrowser control automatically navigates to documents that are dropped onto it. This behavior is useful when you use the control as a generic browser. If you use the control to display content designed specifically for your application, such as HTML-based user assistance, set the WebBrowser.AllowWebBrowserDrop property to false to prevent the display of other content. This is particularly 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 Web-based controls with Windows Forms controls.

You can disable other standard browser features by setting the WebBrowser.WebBrowserShortcutsEnabled and WebBrowser.IsWebBrowserContextMenuEnabled properties to false.

Note:

This property is not related to the Control.AllowDrop property and does not cause drag-and-drop events such as the Control.DragDrop event to occur for the control.

Requirements

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