Intersoft ClientUI Documentation
ResizeTo Method (UXWindow)



The new width dimension of the window.
The new height dimension of the window.
Resizes the window to the specified dimension.
Syntax
Public Sub ResizeTo( _
   ByVal width As Double, _
   ByVal height As Double _
) 
Dim instance As UXWindow
Dim width As Double
Dim height As Double
 
instance.ResizeTo(width, height)
public void ResizeTo( 
   double width,
   double height
)
public:
void ResizeTo( 
   double width,
   double height
) 

Parameters

width
The new width dimension of the window.
height
The new height dimension of the window.
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

Send Feedback