ToolStripSplitButton.DropDownButtonWidth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)。