Share via


IUIAutomationRangeValuePattern::CurrentIsReadOnly Property

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

Syntax

HRESULT IUIAutomationRangeValuePattern::get_CurrentIsReadOnly(BOOL *retVal);

Parameters

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