| C1.Win.TreeView Namespace > C1TreeView Class : EnableDragDrop Property |
'Declaration<C1CategoryAttribute("Behavior")> <DefaultValueAttribute()> <C1DescriptionAttribute("Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.")> Public Property EnableDragDrop As Boolean
'UsageDim instance As C1TreeView Dim value As Boolean instance.EnableDragDrop = value value = instance.EnableDragDrop
[C1Category("Behavior")] [DefaultValue()] [C1Description("Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.")] public bool EnableDragDrop {get; set;}
[C1Category("Behavior")] [DefaultValue()] [C1Description("Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.")] public: property bool EnableDragDrop { bool get(); void set ( bool value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2