value property
Retrieves or sets the text in the entry field of the textArea element.
Syntax
HRESULT value = object.put_value( v);HRESULT value = object.get_value(* 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.
Show: