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,表示以像素為單位的寬度。 預設值為 11。 從 .NET Framework 4.6 開始,預設值是以執行應用程式之裝置的 DPI 設定為基礎。

例外狀況

指定的值小於零 (0)。

適用於

另請參閱