Intersoft ClientUI Documentation
DragMode Property (ISDragableHeaderedHierarchicalMultipleSelectionControl)



Gets or sets the dragging behavior.
Syntax
<CategoryAttribute("Interactivity")>
Public Overridable Property DragMode As DragMode
Dim instance As ISDragableHeaderedHierarchicalMultipleSelectionControl
Dim value As DragMode
 
instance.DragMode = value
 
value = instance.DragMode
[CategoryAttribute("Interactivity")]
public virtual DragMode DragMode {get; set;}
[CategoryAttribute("Interactivity")]
public:
virtual property DragMode DragMode {
   DragMode get();
   void set (    DragMode value);
}
Requirements

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

See Also

Reference

ISDragableHeaderedHierarchicalMultipleSelectionControl Class
ISDragableHeaderedHierarchicalMultipleSelectionControl Members

Send Feedback