text property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the text contained within the range.
Syntax
HRESULT value = object.put_text(BSTR v);HRESULT value = object.get_text(BSTR* p);
Property values
Type: BSTR
the contained text.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
The text formats within the current context of the document. You cannot set this property while the document is loading. Wait for the HTMLFrameSiteEvents::onload event before attempting to set this property.
This feature might not be available on non-Microsoft Win32 platforms.
See also
Build date: 6/12/2012
Community Additions
Show: