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






width
The target width to resize.
height
The target height to resize
Resizes the control to the specified width and height with fluid animation.

Syntax

Visual Basic (Declaration) 
Public Sub ResizeTo( _
   ByVal width As Double, _
   ByVal height As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXFluidContainer
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 target width to resize.
height
The target height to resize

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.