RibbonAutomationPeer.ISelectionProvider.CanSelectMultiple Property
Gets a value that specifies whether the Ribbon allows more than one child element to be selected concurrently.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Private ReadOnly Property CanSelectMultiple As Boolean
Implements ISelectionProvider.CanSelectMultiple
bool ISelectionProvider.CanSelectMultiple { get; }
private:
virtual property bool CanSelectMultiple {
bool get () sealed = ISelectionProvider::CanSelectMultiple::get;
}
private abstract CanSelectMultiple : bool
private override CanSelectMultiple : bool
JScript does not support explicit interface implementations.
Property Value
Type: System.Boolean
false in all cases.
Implements
ISelectionProvider.CanSelectMultiple
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.