Updates the bounds of the control based on the bounds passed in.
[Visual Basic] Overloads Protected Sub UpdateBounds( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) [C#] protected void UpdateBounds( int x, int y, int width, int height ); [C++] protected: void UpdateBounds( int x, int y, int width, int height ); [JScript] protected function UpdateBounds( x : int, y : int, width : int, height : int );
Control Class | Control Members | System.WinForms Namespace | Control.UpdateBounds Overload List