IHTMLInputTextElement::get_statusIHTMLInputTextElement::get_status*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLInputTextElement::put_status
*Next Topic: IHTMLInputTextElement::put_disabled

IHTMLInputTextElement::get_status


HRESULT get_status(
    VARIANT *p 
);

Retrieves the value of a checkbox 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


IHTMLInputTextElement::put_status


HRESULT put_status(
    VARIANT v 
);

Sets the value of a checkbox 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.