IHTMLButtonElement::get_statusIHTMLButtonElement::get_status*
*



Contents  *



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

IHTMLButtonElement::get_status


HRESULT get_status(
    VARIANT *p
);

Retrieves the status of the button control.

p
Address of a VARIANT structure that receives the status. Can be TRUE, FALSE, or NULL.

See also put_status

Up Top of Page


IHTMLButtonElement::put_status


HRESULT put_status(
    VARIANT v
);

Sets the status of the button control.

v
VARIANT structure 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.