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