IHTMLElement::get_isTextEditIHTMLElement::get_isTextEdit*
*



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.

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.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.