AllowDrop Property (InputControlHost)
In This Topic
Gets or sets a value indicating whether the hosted control can accept data that the user drags onto it.
Syntax
'Declaration
Public Overridable Property AllowDrop As Boolean
public virtual bool AllowDrop {get; set;}
See Also