IHTMLInputTextElement::get_defaultValueIHTMLInputTextElement::get_defaultValue*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLInputTextElement::put_defaultValue
*Next Topic: IHTMLInputTextElement::put_size

IHTMLInputTextElement::get_defaultValue


HRESULT get_defaultValue(
    BSTR *p 
);

Retrieves the initial contents of a password or text control or the TEXTAREA element.

p
Address of a variable that receives the initial contents.

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

See also put_defaultValue

Up Top of Page


IHTMLInputTextElement::put_defaultValue


HRESULT put_defaultValue(
    BSTR v 
);

Sets the initial contents of a password or text control or the TEXTAREA element.

v
String specifying the initial contents.

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

See also get_defaultValue


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