Retrieves the value of a checkbox or radio button. This property is equivalent to the value property for check boxes and radio buttons.
Syntax
HRESULT get_status( VARIANT *p );
Parameters
- p
- Address of a variable that receives the value.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Sets the value of a checkbox or radio button. This property is equivalent to the value property for check boxes and radio buttons.
Syntax
HRESULT put_status( VARIANT v );
Parameters
- v
- Value of the check box or radio button.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0