Intersoft ClientUI Documentation
ResizeDirection Enumeration
Example Example 



Specifies the allowed resize direction in a window.
Syntax
Public Enum ResizeDirection 
   Inherits System.Enum
Dim instance As ResizeDirection
public enum ResizeDirection : System.Enum 
public enum class ResizeDirection : public System.Enum 
Members
MemberDescription
AllDirections The window can be resized from all 8 directions.
BottomRight The window can be resized only from the bottom right direction, that is by dragging the resize handle in the bottom right corner of a window.
Remarks
This enumeration is used by the ResizeDirection property which determines the mode of the resize direction that applied to UXWindow.
Example
The following example shows a UXWindow control that only supports resizing through the bottom right corner of the window interface.
<Intersoft:UXWindow IsClientVisible="True" Name="window1" ResizeDirection="BottomRight" />
Inheritance Hierarchy

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

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
Window and Dialog Boxes Overview

Send Feedback