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
屬性值
An Int32 代表以像素為單位的寬度。 預設是11。 從 .NET Framework 4.6 開始,預設值是根據執行該應用程式的裝置的 DPI 設定。
例外狀況
指定的值小於零(0)。