IUIAutomationSelectionPattern::CurrentCanSelectMultiple Property

Retrieves a value that specifies whether more than one item in the container can be selected at one time.

Syntax

HRESULT IUIAutomationSelectionPattern::get_CurrentCanSelectMultiple(BOOL *retVal);

Parameters

  • retVal
    The address of a variable that receives the value of the property: TRUE if more than one item can be selected, otherwise FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IUIAutomationSelectionPattern::CurrentIsSelectionRequired