Dela via


RibbonAutomationPeer.ISelectionProvider.IsSelectionRequired Property

Gets a value that specifies whether the Ribbon 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
true in all cases.

Implements

ISelectionProvider.IsSelectionRequired

Remarks

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

.NET Framework Security

See Also

Reference

RibbonAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace