IHTMLOptionButtonElement::get_statusIHTMLOptionButtonElement::get_status*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLOptionButtonElement::put_status
*Next Topic: IHTMLOptionButtonElement::put_indeterminate

IHTMLOptionButtonElement::get_status


HRESULT get_status(
    VARIANT_BOOL *p 
);

Retrieves the value of a check box or radio button. This property is equivalent to the value property for check boxes and radio buttons.

p
Address of a value that receives the status. It can be either TRUE or FALSE.

See also put_status

Up Top of Page


IHTMLOptionButtonElement::put_status


HRESULT put_status(
    VARIANT_BOOL v 
);

Sets the value of a check box or radio button. This property is equivalent to the value property for check boxes and radio buttons.

v
Value specifying the status. It can be either TRUE or FALSE.

See also get_status


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.