Intersoft ClientUI Documentation
ResizeDock Property



Gets or sets a value that determines the docking position of the resize thumb element. This property also affects the expand and collapse direction of the control.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ResizeDock As Dock
Dim instance As UXResizablePane
Dim value As Dock
 
instance.ResizeDock = value
 
value = instance.ResizeDock
[CategoryAttribute("Common Properties")]
public Dock ResizeDock {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Dock ResizeDock {
   Dock get();
   void set (    Dock 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

UXResizablePane Class
UXResizablePane Members

Send Feedback