Updates the bounds of the control with the specified size and location.
Protected Sub UpdateBounds ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _ )
Dim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer Me.UpdateBounds(x, y, width, height)
protected void UpdateBounds( int x, int y, int width, int height )
protected: void UpdateBounds( int x, int y, int width, int height )
protected function UpdateBounds( x : int, y : int, width : int, height : int )
If the new Size of the control if different from the previous Size, the SizeChanged event is raised. Likewise, is the Location of the control changes, the LocationChanged event is raised.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98