Intersoft ClientUI Documentation
ResizeDirection Property
Example 



Get or sets a value that controls the direction in which a window can be resized.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ResizeDirection As ResizeDirection
Dim instance As UXWindow
Dim value As ResizeDirection
 
instance.ResizeDirection = value
 
value = instance.ResizeDirection
[CategoryAttribute("Common Properties")]
public ResizeDirection ResizeDirection {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ResizeDirection ResizeDirection {
   ResizeDirection get();
   void set (    ResizeDirection value);
}
Example
The following example shows UXWindow control that only can be resize from bottom right of window by setting the ResizeDirection property to BottomRight.
<Intersoft:UXWindow IsClientVisible="True" Name="window1" ResizeDirection="BottomRight" />
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

UXWindow Class
UXWindow Members
Window and Dialog Boxes Overview

Send Feedback