UserControl.UpdateBounds Method
.NET Framework 4.5
Updates the bounds of the control.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UpdateBounds() | Updates the bounds of the control with the current size and location. (Inherited from Control.) |
|
UpdateBounds(Int32, Int32, Int32, Int32) | Updates the bounds of the control with the specified size and location. (Inherited from Control.) |
|
UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) | Updates the bounds of the control with the specified size, location, and client size. (Inherited from Control.) |