value property
[This documentation is preliminary and is subject to change.]
Retrieves or sets the text in the entry field of the textArea element.
Syntax
HRESULT value = object.put_value(BSTR v);HRESULT value = object.get_value(BSTR* p);
Property values
Type: BSTR
the text in the entry field of the element.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
Setting this property replaces any existing text in the element.
Build date: 6/12/2012
Community Additions
Show: