IHTMLInputButtonElement::get_statusIHTMLInputButtonElement::get_status*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLInputButtonElement::put_status
*Next Topic: IHTMLInputButtonElement::put_disabled

IHTMLInputButtonElement::get_status


HRESULT get_status(
    VARIANT *p
);

Retrieves the status of the INPUT button control.

v
Value specifying the status. Can be TRUE, FALSE, or NULL.

See also put_status

Up Top of Page


IHTMLInputButtonElement::put_status


HRESULT put_status(
    VARIANT v
);

Sets the status of the INPUT control.

v
Value specifying the status. Can be TRUE, FALSE, or NULL.

See also get_status


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