IHTMLTextAreaElement::get_statusIHTMLTextAreaElement::get_status*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTextAreaElement::get_rows
*Next Topic: IHTMLTextAreaElement::get_type

IHTMLTextAreaElement::get_status


HRESULT get_status(
    VARIANT *p 
);

Retrieves the status of the TEXTAREA element.

p
Address of a variable that receives the status. It can be TRUE, FALSE, or NULL.

See also put_status

Up Top of Page


IHTMLTextAreaElement::put_status


HRESULT put_status(
    VARIANT v 
);

Sets the status of the TEXTAREA element.

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.