ToolStripMenuItem.DefaultSize Property

Definition

Gets the default size of the ToolStripMenuItem.

protected:
 virtual property System::Drawing::Size DefaultSize { System::Drawing::Size get(); };
protected override System.Drawing.Size DefaultSize { get; }
member this.DefaultSize : System.Drawing.Size
Protected Overrides ReadOnly Property DefaultSize As Size

Property Value

The Size of the ToolStripMenuItem, measured in pixels. The default is 100 pixels horizontally.

Remarks

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.

Applies to