Updates the bounds of the control with the specified size, location, and client size.
Protected Sub UpdateBounds ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer, _ clientWidth As Integer, _ clientHeight As Integer _ )
Dim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer Dim clientWidth As Integer Dim clientHeight As Integer Me.UpdateBounds(x, y, width, height, _ clientWidth, clientHeight)
protected void UpdateBounds( int x, int y, int width, int height, int clientWidth, int clientHeight )
protected: void UpdateBounds( int x, int y, int width, int height, int clientWidth, int clientHeight )
protected function UpdateBounds( x : int, y : int, width : int, height : int, clientWidth : int, clientHeight : int )
If the new Size of the control is different from the previous Size, the SizeChanged event is raised. Likewise, if 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