ToolStripItem.Bounds Property
.NET Framework 4
Gets the size and location of the item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.