Control.Bounds Property
.NET Framework (current version)
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
[<BrowsableAttribute(false)>] abstract Bounds : Rectangle with get, set [<BrowsableAttribute(false)>] override Bounds : Rectangle with get, set
Property Value
Type: System.Drawing.RectangleA Rectangle in pixels relative to the parent control that represents the size and location of the control including its nonclient elements.
The bounds of the control include the nonclient elements such as scroll bars, borders, title bars, and menus. The SetBoundsCore method is called to set the Bounds property. The Boundsproperty is not always changed through its set method so you should override the SetBoundsCore method to ensure that your code is executed when the Bounds property is set.
.NET Framework
Available since 1.1
Available since 1.1
Show: