ComponentOne TreeView for WinForms
EnableDragDrop Property

C1.Win.TreeView Namespace > C1TreeView Class : EnableDragDrop Property
Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.
Syntax
'Declaration
 
<C1DescriptionAttribute("ツリーのシンプルなドラッグ&ドロップを有効にするかどうかを示す値を取得または設定します。")>
<C1CategoryAttribute("動作")>
<DefaultValueAttribute()>
Public Property EnableDragDrop As Boolean
[C1Description("ツリーのシンプルなドラッグ&ドロップを有効にするかどうかを示す値を取得または設定します。")]
[C1Category("動作")]
[DefaultValue()]
public bool EnableDragDrop {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members