Compartir a través de


RibbonGalleryItemDataAutomationPeer.ISelectionItemProvider.IsSelected (Propiedad)

Obtiene un valor que indica si el elemento RibbonGalleryItem asociado a este RibbonGalleryItemDataAutomationPeer está seleccionado.

Espacio de nombres:  Microsoft.Windows.Automation.Peers
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Private ReadOnly Property IsSelected As Boolean
    Implements ISelectionItemProvider.IsSelected
    Get
bool ISelectionItemProvider.IsSelected { get; }
private:
virtual property bool IsSelected {
    bool get () sealed = ISelectionItemProvider::IsSelected::get;
}
private abstract IsSelected : bool
private override IsSelected : bool
JScript no admite implementaciones explícitas de interfaces.

Valor de propiedad

Tipo: System.Boolean
Es true si el objeto RibbonGalleryItem asociado a RibbonGalleryItemDataAutomationPeer está seleccionado; de lo contrario, false.

Implementaciones

ISelectionItemProvider.IsSelected

Comentarios

Este miembro es una implementación de miembro de interfaz explícita. Solo se puede utilizar cuando la instancia de RibbonGalleryItemDataAutomationPeer se convierte en una interfaz ISelectionItemProvider.

Seguridad de .NET Framework

Vea también

Referencia

RibbonGalleryItemDataAutomationPeer Clase

Microsoft.Windows.Automation.Peers (Espacio de nombres)