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

屬性值

An Int32 代表以像素為單位的寬度。 預設是11。 從 .NET Framework 4.6 開始,預設值是根據執行該應用程式的裝置的 DPI 設定。

例外狀況

指定的值小於零(0)。

適用於

另請參閱