ToolStripMenuItem::DefaultSize Property
.NET Framework (current version)
Gets the default size of the ToolStripMenuItem.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Drawing::SizeThe Size of the ToolStripMenuItem, measured in pixels. The default is 100 pixels horizontally.
Override DefaultSize in derived classes to configure a default size for a ToolStripMenuItem. This is more efficient than setting the size in the control's constructor.
.NET Framework
Available since 2.0
Available since 2.0
Show: