isTextEdit property
Retrieves whether a TextRange object can be created using the object.
Syntax
HRESULT value = object.get_isTextEdit(* p);
Property values
Type: VARIANT_BOOL
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.
Show: