Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values used by the IDisplayPointer::QueryBreaks method that describe the kind of break located at a display pointer's position.
Syntax
typedef enum _DISPLAY_BREAK {
DISPLAY_BREAK_None = 0x0,
DISPLAY_BREAK_Block = 0x1,
DISPLAY_BREAK_Break = 0x2
} DISPLAY_BREAK;
Constants
DISPLAY_BREAK_None
The display pointer is not located at a break.DISPLAY_BREAK_Block
The display pointer is located at a block break, like the end of a paragraph element.DISPLAY_BREAK_Break
The display pointer is located at a point where a line has a soft break, like a br element.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |