Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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