Share via


RibbonGalleryAutomationPeer.ISelectionProvider.IsSelectionRequired Property

Gets a value that specifies whether the UI Automation provider requires at least one child element to be selected.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Private ReadOnly Property IsSelectionRequired As Boolean
    Implements ISelectionProvider.IsSelectionRequired
bool ISelectionProvider.IsSelectionRequired { get; }
private:
virtual property bool IsSelectionRequired {
    bool get () sealed = ISelectionProvider::IsSelectionRequired::get;
}
private abstract IsSelectionRequired : bool
private override IsSelectionRequired : bool
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
false in all cases.

Implements

ISelectionProvider.IsSelectionRequired

Remarks

This member is an explicit interface member implementation. It can be used only when the RibbonGalleryAutomationPeer instance is cast to an ISelectionProvider interface.

.NET Framework Security

See Also

Reference

RibbonGalleryAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace