Partilhar via


Propriedade ThumbButtonInfo.IsEnabled

Obtém ou define um valor que indica se o botão de miniatura está ativado.

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

Sintaxe

'Declaração
Public Property IsEnabled As Boolean
    Get
    Set
public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
    bool get ();
    void set (bool value);
}
member IsEnabled : bool with get, set
function get IsEnabled () : boolean
function set IsEnabled (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se o botão de miniatura estiver habilitado; Caso contrário, false.The default is true.

Comentários

Quando o IsEnabled é a propriedade false, o botão de miniatura não responde a Click eventos e o ImageSource fica esmaecido.

Segurança do .NET Framework

Consulte também

Referência

ThumbButtonInfo Classe

Namespace Microsoft.Windows.Shell

IsInteractive