MARKUP_CONTEXT_TYPE enumeration
An enumerated type that contains the different options for the IMarkupPointer::Right and IMarkupPointer::Left methods.
Syntax
typedef enum {
CONTEXT_TYPE_None = 0,
CONTEXT_TYPE_Text = 1,
CONTEXT_TYPE_EnterScope = 2,
CONTEXT_TYPE_ExitScope = 3,
CONTEXT_TYPE_NoScope = 4
} MARKUP_CONTEXT_TYPE;
Constants
CONTEXT_TYPE_None
There is no markup content next to the markup pointer in the specified direction.CONTEXT_TYPE_Text
The markup content next to the markup pointer in the specified direction is text.CONTEXT_TYPE_EnterScope
An element's opening tag is next to the markup pointer in the specified direction.CONTEXT_TYPE_ExitScope
An element's closing tag is next to the markup pointer in the specified direction.CONTEXT_TYPE_NoScope
A element that doesn't have a closing tag, like a br, is next to the markup pointer in the specified direction.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
N/A |