ISelectionProvider::CanSelectMultiple property
Indicates whether the Microsoft UI Automation provider allows more than one child element to be selected concurrently.
This property is read-only.
Syntax
HRESULT get_CanSelectMultiple( [out, retval] BOOL *pRetVal );
Property value
Type: BOOL*
TRUE if multiple selection is allowed; otherwise FALSE. This parameter is passed uninitialized.
Remarks
This property may be dynamic. For example, in rare cases a control might allow multiple items to be selected on initialization but subsequently allow only single selections to be made.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also