ToolStripItem.DefaultSize Property
Gets the default size of the item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The DefaultSize property represents the Size of the ToolStripItem when it is initially created. If the AutoSize property is true, the ToolStripItem is sized automatically in accordance with the ToolStrip orientation. You can manually adjust the size of the ToolStripItem by setting its AutoSize property value to false.
Notes to Inheritors
When overriding the DefaultSize property in a derived class, it is preferable to return a Size object with the desired dimensions rather than overriding all the implementation.
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.