Edit

Share via


WebView.AllowDrop Property

Definition

Gets or sets a value indicating whether the control can accept data that the user drags onto it.

[System.ComponentModel.Browsable(false)]
public override bool AllowDrop { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AllowDrop : bool with get, set
Public Overrides Property AllowDrop As Boolean

Property Value

true if the control can accept data that the user drags onto it; otherwise, false.

Attributes

Exceptions

The value of AllowDrop is modified.

Remarks

AllowDrop cannot be modified and is not visible in the designer.

Applies to