This topic has not yet been rated - Rate this topic

IDisplayServices interface

Provides methods that enable the user to work with display pointers and the insertion point as they relate to the on-screen layout.

Members

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

Remarks

IDisplayServices and IDisplayPointer work with markup pointer (IMarkupServices2, IMarkupContainer2, and IMarkupPointer2) to provide editing control that includes information about how a document is rendered on the screen, and the horizontal and vertical positioning of elements and lines of text. By using these interfaces, you can translate a user's on-screen input, such as a mouse click near a line of text, into editing operations.

To get an IDisplayServices interface pointer, call QueryInterface on an IHTMLDocument2 pointer. Use IID_IDisplayServices for the IID.

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.