Gets or sets a value indicating whether the control can accept data that the user drags onto it.
Public Shadows Property AllowDrop As Boolean
Dim instance As Vt
Dim value As Boolean
instance.AllowDrop = value
value = instance.AllowDrop
public new bool AllowDrop {get; set;}
public: __property new bool get_AllowDrop();
public: __property new void set_AllowDrop(
bool value
);
public:
new property bool AllowDrop {
bool get();
void set ( bool value);
}
Property Value
true if drag-and-drop operations are allowed in the control; otherwise, false. The default is false.