This topic has not yet been rated - Rate this topic

IHTMLTxtRangeCollection interface

The IHTMLTxtRangeCollection interface provides access to a collection of TextRange objects. The IHTMLTxtRangeCollection interface is returned from the IHTMLSelectionObject2::createRangeCollection method of the selection object.

Members

The IHTMLTxtRangeCollection interface inherits from the IDispatch interface but does not have additional members.

Remarks

Microsoft Internet Explorer 5.5 does not provide a multiple selection mechanism and returns a collection consisting of a single TextRange object.

Host applications can provide a multiple selection mechanism and can return a collection of TextRange objects that represents discontinuous selections.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference
IHTMLSelectionObject2::createRangeCollection
ISelectionServices

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.