NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Form.SetDesktopLocation

Sets the location of the Form in desktop coordinates.

[Visual Basic]
Public Sub SetDesktopLocation( _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public void SetDesktopLocation(
   int x,
   int y
);
[C++]
public: void SetDesktopLocation(
   int x,
   int y
);
[JScript]
public function SetDesktopLocation(
   x : int,
   y : int
);

Parameters

x
X Location for the Form
y
Y Location for the Form

See Also

Form Class | Form Members | System.WinForms Namespace | SetDesktopLocation | SetDesktopBounds