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!

Control.SetLocation

Sets the location of this control.

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

Parameters

x
new location of this control.
y
new location of this control.

See Also

Control Class | Control Members | System.WinForms Namespace | SetBounds