Intersoft ClientUI Documentation
DragMode Property (UXStackButton)



Gets or sets the dragging behavior.
Syntax
<CategoryAttribute("Interactivity")>
Public Property DragMode As DragMode
Dim instance As UXStackButton
Dim value As DragMode
 
instance.DragMode = value
 
value = instance.DragMode
[CategoryAttribute("Interactivity")]
public DragMode DragMode {get; set;}
[CategoryAttribute("Interactivity")]
public:
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

UXStackButton Class
UXStackButton Members

Send Feedback