ToolStripItem::Bounds Property
.NET Framework (current version)
Gets the size and location of the item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property Rectangle Bounds { virtual Rectangle get(); }
Property Value
Type: System.Drawing::RectangleA Rectangle that represents the size and location of the ToolStripItem.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: