Intersoft ClientUI Documentation
ResizeTo Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class : ResizeTo Method






width
The new width dimension of the window.
height
The new height dimension of the window.
Resizes the window to the specified dimension.

Syntax

Visual Basic (Declaration) 
Public Sub ResizeTo( _
   ByVal width As Double, _
   ByVal height As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim width As Double
Dim height As Double
 
instance.ResizeTo(width, height)
C# 
public void ResizeTo( 
   double width,
   double height
)
Delphi 
public procedure ResizeTo( 
    width: Double;
    height: Double
); 
JScript 
public function ResizeTo( 
   width : double,
   height : double
);
Managed Extensions for C++ 
public: void ResizeTo( 
   double width,
   double height
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.