Sets the bounds of the control.
[Visual Basic] Overloads Public Sub SetBounds( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) [C#] public void SetBounds( int x, int y, int width, int height ); [C++] public: void SetBounds( int x, int y, int width, int height ); [JScript] public function SetBounds( x : int, y : int, width : int, height : int );
Control Class | Control Members | System.WinForms Namespace | Control.SetBounds Overload List