IRangeValueProvider::IsReadOnly Property

Gets a value that specifies whether the value of a control is read-only.

Syntax

HRESULT IRangeValueProvider::get_IsReadOnly(BOOL *pRetVal);

Parameters

  • pRetVal
    [retval][out] The address of a variable that receives TRUE if the value is read-only; FALSE if it can be modified. This parameter is passed uninitialized.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UI Automation Providers Overview