isTextEdit property

[This documentation is preliminary and is subject to change.]

Retrieves whether a TextRange object can be created using the object.

Syntax

HRESULT value = object.get_isTextEdit(VARIANT_BOOL* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

TextRange object cannot be created.

VARIANT_TRUE (true)

TextRange object can be created.

Remarks

To create a TextRange object, you can use only the body, button, and textArea objects and an input object with one of the following types: button, hidden, password, reset, submit, or text.

 

 

Build date: 6/12/2012