Compartir a través de


ThumbButtonInfo.IsEnabled (Propiedad)

Obtiene o establece un valor que indica si el botón de miniatura está habilitado.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
true si el botón de miniatura está habilitado; de lo contrario, false.De manera predeterminada, es true.

Comentarios

Cuando la propiedad IsEnabled es false, el botón de miniatura no responde a los eventos Click y ImageSource aparecen atenuados.

Seguridad de .NET Framework

Vea también

Referencia

ThumbButtonInfo Clase

Microsoft.Windows.Shell (Espacio de nombres)

IsInteractive