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 未満です。

適用対象

こちらもご覧ください