[]
Gets or sets a value that indicates whether to allow a drop action.
[Browsable(true)]
public bool AllowDrop { get; set; }
<Browsable(True)>
Public Property AllowDrop As Boolean
| Type | Description |
|---|---|
| bool | true to allow a drop; otherwise, false.
|