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 );
Control Class | Control Members | System.WinForms Namespace | SetBounds