ToolStrip.DefaultSize Property
Gets the default size of the ToolStrip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The DefaultSize property represents the Size value of the ToolStrip when it is initially created. You can adjust the size of the ToolStrip by setting its PreferredSize property value.
Note
|
|---|
|
To maintain better performance, do not set the Size of a ToolStrip in its constructor. Instead, override the DefaultSize property. |
Notes to Inheritors
When overriding the DefaultSize property in a derived class, it is preferable to return a Size with the preferred 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.
Note