Share via


IUIAutomationSelectionPattern::CachedCanSelectMultiple Property

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

Syntax

HRESULT IUIAutomationSelectionPattern::get_CachedCanSelectMultiple(BOOL *retVal);

Parameters

  • retVal
    The address of a variable that receives the value of the cached 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::CachedIsSelectionRequired