This topic has not yet been rated - Rate this topic

text property

Sets or retrieves the text contained within the range.

Syntax

HRESULT value = object.put_text( v);HRESULT value = object.get_text(* p);

Property values

Type: BSTR

the contained text.

Standards information

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

IHTMLTxtRange::htmlText

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.