![]()  | ||
  | ||
  | ||
IHTMLTextAreaElement::get_defaultValue
HRESULT get_defaultValue( BSTR *p );Retrieves the default value of the TEXTAREA element.
- Returns S_OK if successful, or an error value otherwise.
 
- 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
IHTMLTextAreaElement::put_defaultValue
HRESULT put_defaultValue( BSTR v );Sets the default value of the TEXTAREA element.
- Returns S_OK if successful, or an error value otherwise.
 
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.