IHTMLTextAreaElement::get_defaultValueIHTMLTextAreaElement::get_defaultValue*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTextAreaElement::get_cols
*Next Topic: IHTMLTextAreaElement::get_disabled

IHTMLTextAreaElement::get_defaultValue


HRESULT get_defaultValue(
    BSTR *p 
);

Retrieves the default value of the TEXTAREA element.

p
Address of a variable that receives the default value.

This value can be changed programmatically but has no effect on the appearance nor on how forms are submitted.

See also put_defaultValue

Up Top of Page


IHTMLTextAreaElement::put_defaultValue


HRESULT put_defaultValue(
    BSTR v 
);

Sets the default value of the TEXTAREA element.

v
String specifying the default value.

This value can be changed programmatically but has no effect on the appearance nor on how forms are submitted.

See also get_defaultValue


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