Intersoft ClientUI Documentation
ResizeHandleMode Enumeration



Specifies the resizing mode used during window resize operation.
Syntax
Public Enum ResizeHandleMode 
   Inherits System.Enum
Dim instance As ResizeHandleMode
public enum ResizeHandleMode : System.Enum 
public enum class ResizeHandleMode : public System.Enum 
Members
MemberDescription
E The window is resizing toward the east direction.
N The window is resizing toward the north direction.
NE The window is resizing toward north east direction.
None The window is not currently in resizing mode.
NW The window is resizing toward north west direction.
S The window is resizing toward the south direction.
SE The window is resizing toward south east direction.
SW The window is resizing toward south west direction.
W The window is resizing toward the west direction.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXDesktop.ResizeHandleMode

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

Intersoft.Client.UI.Aqua.UXDesktop Namespace

Send Feedback