ToolStripSplitButton.DropDownButtonWidth 属性

定义

ToolStripSplitButton 的下拉按钮部分的宽度(以像素为单位)。

public:
 property int DropDownButtonWidth { int get(); void set(int value); };
public int DropDownButtonWidth { get; set; }
member this.DropDownButtonWidth : int with get, set
Public Property DropDownButtonWidth As Integer

属性值

Int32

一个 Int32,表示宽度(以像素为单位)。 默认值为 11。 从 .NET Framework 4.6 开始,默认值基于运行应用的设备的 DPI 设置。

例外

指定的值小于零 (0)。

适用于

另请参阅