|
|
|
IDisplayServices Interface |
|
IID_IDisplayServices |
{3050F69D-98B5-11CF-BB82-00AA00BDCE0B} |
|
This interface provides methods that enable you to work with display pointers and the insertion point as they relate to the on-screen layout.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDisplayServices Methods |
Description |
|
CreateDisplayPointer |
Creates a new IDisplayPointer interface for marking locations in a document or container. |
|
TransformRect |
Changes a rectangle's relative frame of reference from one coordinate system to another. |
|
TransformPoint |
Changes a point's relative frame of reference from one coordinate system to another. |
|
GetCaret |
Retrieves an IHTMLCaret interface that specifies the insertion point in an HTML document. |
|
GetComputedStyle |
Retrieves the rendered style, such as bold, italic, and so on, for the element containing a markup pointer. |
|
ScrollRectIntoView |
Scrolls a specific rectangular region into view on the display. |
|
HasFlowLayout |
Retrieves a value that indicates whether an element is a flow layout element. |
|
CreateDisplayPointer |
|
FUNCTION
IDisplayServices_CreateDisplayPointer ( _ |
|
TransformRect |
|
FUNCTION
IDisplayServices_TransformRect ( _ |
|
TransformPoint |
|
FUNCTION
IDisplayServices_TransformPoint ( _ |
|
GetCaret |
|
FUNCTION
IDisplayServices_GetCaret ( _ |
|
GetComputedStyle |
|
FUNCTION
IDisplayServices_GetComputedStyle ( _ |
|
ScrollRectIntoView |
|
FUNCTION
IDisplayServices_ScrollRectIntoView ( _ |
|
HasFlowLayout |
|
FUNCTION
IDisplayServices_HasFlowLayout ( _ |
Page last updated on Monday, 03 April 2006 19:44:11 +0200