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 設定不影響。