This topic has not yet been rated - Rate this topic

IHighlightRenderingServices interface

This interface provides methods that enable you to control which sections of a document are highlighted on the screen and the style of highlighting.

Members

The IHighlightRenderingServices interface inherits from the IUnknown interface but does not have additional members.

Remarks

You can obtain a IHighlightRenderingServices interface pointer by calling QueryInterface on an IHTMLDocument2 pointer, using IID_IHighlightRenderingServices for the IID.

Highlighted selections can have multiple noncontiguous sections. Each of these sections can have different highlight styles.

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.