[]
Performs the work of setting the specified bounds of this control.
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Type | Name | Description |
---|---|---|
int | x | The new System.Windows.Forms.Control.Left property value of the control. |
int | y | The new System.Windows.Forms.Control.Top property value of the control. |
int | width | The new System.Windows.Forms.Control.Width property value of the control. |
int | height | The new System.Windows.Forms.Control.Height property value of the control. |
BoundsSpecified | specified | A bitwise combination of the System.Windows.Forms.BoundsSpecified values. |