Contents Index Topic Contents | ||
Previous Topic: IHTMLElement::get_parentTextEdit Next Topic: IHTMLElement::click |
IHTMLElement::get_isTextEdit
HRESULT get_isTextEdit( VARIANT_BOOL *p );Retrieves whether a text range object can be created using the given object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a Boolean variable that receives TRUE if a text range can be created, and FALSE otherwise.
Only the BODY, BUTTON, and TEXTAREA objects and an INPUT object having text input type can be used to create a text range object.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.