Click to return to the Reusing Browser Technology home page    
IHTMLElement::get_innerTe...     IHTMLElement::get_lang Me...     IHTMLElement Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLElement::get_isTextEdit Method


Retrieves the value that indicates whether a text range object can be created using the given object.

Syntax

HRESULT get_isTextEdit(
    VARIANT_BOOL *p
);

Parameters

p
Address of a VARIANT Boolean structure that receives VARIANT_TRUE if a text range can be created, or VARIANT_FALSE otherwise.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

Only the BODY, BUTTON, and TEXTAREA objects and an INPUT object having text input type can be used to create a text range object.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.