IRangeValueProvider::SetValue Method

Sets the value of the control.

Syntax

HRESULT SetValue(      
    double val
);

Parameters

  • val
    [in] The value to set.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The actual value set depends on the control implementation. The control may round the requested value up or down.

See Also

UI Automation Providers Overview