ToolStripContainer.DefaultSize Property

Definition

Gets the default size of the ToolStripContainer, in pixels.

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

A Size representing the horizontal and vertical dimensions of the ToolStripContainer, in pixels.

Applies to