Click to return to the Reusing Browser Technology home page    
IMarkupContainer::OwningD...     IMarkupPointer::Cling Met...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IMarkupPointer Interface


This interface, along with the IMarkupServices interface, allows the contents of the page to be programmatically manipulated from your C++ program.

IMarkupPointer Methods

Cling Retrieves the cling attribute for this pointer.
CurrentScope Retrieves the IHTMLElement positioned in this pointer.
FindText Searches for specified text, from the current pointer's position to another pointer's position.
GetContainer Retrieves the container associated with this pointer.
Gravity Retrieves the gravity attribute of this pointer.
IsEqualTo Checks to see whether this pointer's position is equal to another pointer's position.
IsInsideURL Checks to see whether this pointer's position is inside a URL.
IsLeftOf Checks to see whether this pointer's position is to the left of another pointer's position.
IsLeftOfOrEqualTo Checks to see whether this pointer's position is to the right of or is equal to another pointer's position.
IsPositioned Checks the position of the pointer.
IsRightOf Checks to see whether this pointer's position is to the right of another pointer's position.
IsRightOfOrEqualTo Checks to see whether this pointer's position is to the right of or is equal to another pointer's position.
Left Moves the pointer one position to the left.
MoveAdjacentToElement Moves the pointer adjacent to an element.
MoveToContainer Moves the pointer to the position of a MarkupContainer.
MoveToPointer Moves this pointer to another pointer's location.
MoveUnit Moves the pointer one unit.
OwningDoc Retrieves the document associated with this container.
Right Moves this pointer one position to the right.
SetCling Sets or resets the cling attribute of this pointer.
SetGravity Sets the gravity attribute of this pointer.
UnPosition Resets the position of the pointer.

Interface Information

Implementation System (Mshtml.dll)
Inherits from IDispatch
Header and IDL files Mshtml.h, Mshtml.idl
Minimum availability Internet Explorer 5
Minimum operating systems Windows 95, Windows NT 4.0

See Also

Introduction to Markup Services


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.