Intersoft ClientUI Documentation
MoveTo Method



The horizontal position of the window.
The vertical position of the window.
Moves the window to the specified location.
Syntax
Public Sub MoveTo( _
   ByVal x As Double, _
   ByVal y As Double _
) 
Dim instance As UXWindow
Dim x As Double
Dim y As Double
 
instance.MoveTo(x, y)
public void MoveTo( 
   double x,
   double y
)
public:
void MoveTo( 
   double x,
   double y
) 

Parameters

x
The horizontal position of the window.
y
The vertical position 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