ThumbButtonInfo.IsInteractive Property

Definition

Gets or sets a value that indicates whether the user can interact with the thumbnail button.

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

Property Value

true if the user can interact with the thumbnail button; otherwise, false. The default is true.

Remarks

When the IsInteractive property is false, the thumbnail button does not respond to Click events. However, the ImageSource is not dimmed. You can use a thumbnail button that is not interactive as a status icon.

If the IsEnabled property is false, the setting for IsInteractive does not have any effect.

Applies to

See also