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






x
The horizontal position of the window.
y
The vertical position of the window.
Moves the window to the specified location.

Syntax

Visual Basic (Declaration) 
Public Sub MoveTo( _
   ByVal x As Double, _
   ByVal y As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim x As Double
Dim y As Double
 
instance.MoveTo(x, y)
C# 
public void MoveTo( 
   double x,
   double y
)
Delphi 
public procedure MoveTo( 
    x: Double;
    y: Double
); 
JScript 
public function MoveTo( 
   x : double,
   y : double
);
Managed Extensions for C++ 
public: void MoveTo( 
   double x,
   double y
) 
C++/CLI 
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 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.