Gets or sets a value indicating whether to enable drag and drop on this node.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property EnableDragDrop As Boolean |
| C# |
|---|
| public bool EnableDragDrop { get; set; } |
| C++ |
|---|
| public property bool EnableDragDrop sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_EnableDragDrop(); /** property */ public void set_EnableDragDrop(bool value); |
| JScript |
|---|
| public function get EnableDragDrop() : bool public function set EnableDragDrop(value : bool); |
Property Value
if [enable drag drop]; otherwise, .