ThumbButtonInfo.IsEnabled Property

Definition

Gets or sets a value that indicates whether the thumbnail button is enabled.

public:
 property bool IsEnabled { bool get(); void set(bool value); };
public bool IsEnabled { get; set; }
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

Property Value

true if the thumbnail button is enabled; otherwise, false. The default is true.

Remarks

When the IsEnabled property is false, the thumbnail button does not respond to Click events and the ImageSource is dimmed.

Applies to

See also