Compartir a través de


RibbonControl.Enabled (Propiedad)

Obtiene o establece un valor que indica si este objeto RibbonControl está habilitado.

Espacio de nombres:  Microsoft.Office.Tools.Ribbon
Ensamblado:  Microsoft.Office.Tools.Common (en Microsoft.Office.Tools.Common.dll)

Sintaxis

'Declaración
Property Enabled As Boolean
    Get
    Set
bool Enabled { get; set; }

Valor de propiedad

Tipo: System.Boolean
Es true si el objeto RibbonControl está habilitado; de lo contrario, es false.

Comentarios

Los controles cuya propiedad Enabled está establecida en false aparecen como no disponibles y no pueden ser usados por el usuario final.

Seguridad de .NET Framework

Vea también

Referencia

RibbonControl Interfaz

Microsoft.Office.Tools.Ribbon (Espacio de nombres)