ToolStrip::DefaultSize Property
.NET Framework (current version)
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.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show:
