Gets the default size of the System.Windows.Forms.ToolStrip.
Documentation for this section has not yet been entered.
The ToolStrip.DefaultSize property represents the System.Drawing.Size value of the System.Windows.Forms.ToolStrip when it is initially created. You can adjust the size of the System.Windows.Forms.ToolStrip by setting its Control.PreferredSize property value.
To maintain better performance, do not set the System.Drawing.Size of a System.Windows.Forms.ToolStrip in its constructor. Instead, override the ToolStrip.DefaultSize property.