StatusStrip.CanOverflow 屬性
定義
取得或設定值,表示 StatusStrip 是否支援溢位功能。Gets or sets a value indicating whether the StatusStrip supports overflow functionality.
public:
property bool CanOverflow { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool CanOverflow { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CanOverflow : bool with get, set
Public Property CanOverflow As Boolean
屬性值
如果 StatusStrip 支援溢位功能,則為 true
,否則為 false
。true
if the StatusStrip supports overflow functionality; otherwise, false
. 預設值為 false
。The default is false
.
- 屬性