Click to return to the Reusing Browser Technology home page    
IHTMLElement2::componentF...     IHTMLElement2::currentSty...     IHTMLElement2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLElement2::createControlRange Method


Creates a selection range object for control-based selection rather than text-based selection.

Syntax

HRESULT createControlRange( 
    IDispatch **range 
);

Parameters

range
Address of a pointer to a variable of the IDispatch interface.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

IHTMLControlRange Interface, createControlRange


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.