ThumbButtonInfo.IsInteractive Property

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

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property IsInteractive As Boolean
public bool IsInteractive { get; set; }
public:
property bool IsInteractive {
    bool get ();
    void set (bool value);
}
member IsInteractive : bool with get, set
function get IsInteractive () : boolean
function set IsInteractive (value : boolean)

Property Value

Type: System.Boolean
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.

.NET Framework Security

See Also

Reference

ThumbButtonInfo Class

Microsoft.Windows.Shell Namespace

IsEnabled