ToolStripItem.Bounds Property
Definition
Gets the size and location of the item.
public:
virtual property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Drawing.Rectangle Bounds { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bounds : System.Drawing.Rectangle
Public Overridable ReadOnly Property Bounds As Rectangle
Property Value
A Rectangle that represents the size and location of the ToolStripItem.
- Attributes
Remarks
Use the Bounds property to determine the size and location of a ToolStripItem.
Unlike other controls, a ToolStripItem has no property that enables you to set the upper-left corner of a ToolStripItem relative to the upper-left corner of the ToolStrip. If you need to set the absolute position of a ToolStripItem, you must override the ToolStrip and define a custom implementation of the SetItemLocation method.