System.Windows.Forms.ToolStripMenuItem.DefaultSize Property

Gets the default size of the System.Windows.Forms.ToolStripMenuItem.

Syntax

protected override System.Drawing.Size DefaultSize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Override ToolStripMenuItem.DefaultSize in derived classes to configure a default size for a System.Windows.Forms.ToolStripMenuItem. This is more efficient than setting the size in the control's constructor.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0