ToolStripContainer.DefaultSize 属性

定义

获取 ToolStripContainer 的默认大小(以像素为单位)。

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

属性值

Size,它表示 ToolStripContainer 的水平和垂直尺寸(以像素为单位)。

适用于