Share via


IUIAutomationRangeValuePattern::CachedIsReadOnly Property

Retrieves a cached value that specifies whether the value of the element can be changed.

Syntax

HRESULT IUIAutomationRangeValuePattern::get_CachedIsReadOnly(BOOL *retVal);

Parameters

  • retVal
    The address of a variable that receives the cached property: TRUE if the element is read-only, FALSE if the value can be changed.

Return Value

Returns S_OK if successful, or an error value otherwise.