AllowDragging Property (TreeView)
In This Topic
Gets or sets a value that determines whether users can drag and drop nodes within the
TreeView control.
Syntax
'Declaration
Public Property AllowDragging As System.Boolean
'Usage
Dim instance As TreeView
Dim value As System.Boolean
instance.AllowDragging = value
value = instance.AllowDragging
public System.bool AllowDragging {get; set;}
public read-write property AllowDragging: System.Boolean;
public function get,set AllowDragging : System.boolean
public: __property System.bool get_AllowDragging();
public: __property void set_AllowDragging(
System.bool value
);
public:
property System.bool AllowDragging {
System.bool get();
void set ( System.bool value);
}
See Also