AxisScrollBar.Enabled 屬性

定義

取得或設定旗標,這個旗標會判斷是否已啟用捲軸。

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool Enabled { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

屬性值

如果已針對座標軸啟用捲軸則為 true,如果未啟用捲軸則為 false。 預設值是 true

屬性

適用於