ThumbButtonInfo.IsInteractive 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示使用者是否可以和縮圖按鈕互動。
public:
property bool IsInteractive { bool get(); void set(bool value); };
public bool IsInteractive { get; set; }
member this.IsInteractive : bool with get, set
Public Property IsInteractive As Boolean
屬性值
如果使用者可以和縮圖按鈕互動,則為 true
,否則為 false
。 預設為 true
。
備註
IsInteractive當 屬性為 false
時,縮圖按鈕不會回應 Click 事件。 不過, ImageSource 不會變暗。 您可以使用非互動式的縮圖按鈕作為狀態圖示。
IsEnabled如果 屬性為 false
,則 的 IsInteractive 設定不會有任何作用。