Click to return to the Reusing Browser Technology home page    
Pluggable Protocol Enumer...     PI_FLAGS Enumerated Type     Asynchronous Pluggable Pr...    
Web Workshop  |  Reusing Browser Technology

ELEMENT_ADJACENCY Enumerated Type


An enumerated type that contains the different options for the IMarkupPointer::MoveAdjacentToElement method.

Syntax

typedef enum _ELEMENT_ADJACENCY
{
    ELEM_ADJ_BeforeBegin = 0,
    ELEM_ADJ_AfterBegin = 1,
    ELEM_ADJ_BeforeEnd = 2,
    ELEM_ADJ_AfterEnd = 3,
    ELEMENT_ADJACENCY_Max = 2147483647L
} ELEMENT_ADJACENCY;

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Mshtml.h and Mshtml.idl
Minimum availability Internet Explorer 5


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.