IHTMLInputHiddenElement::get_statusIHTMLInputHiddenElement::get_status*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLInputHiddenElement::put_status
*Next Topic: IHTMLInputHiddenElement::put_disabled

IHTMLInputHiddenElement::get_status


HRESULT get_status(
    VARIANT *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 variable that receives the value.

See also put_status

Up Top of Page


IHTMLInputHiddenElement::put_status


HRESULT put_status(
    VARIANT 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 of the check box or radio button.

See also get_status


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