PowerTCP Emulation for .NET
AllowDrop Property




Gets or sets a value indicating whether the control can accept data that the user drags onto it.
Syntax
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.
See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic