NewSyntheticRegion Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds information about a synthetic text region.
public value class NewSyntheticRegion
public value class NewSyntheticRegion
struct NewSyntheticRegion
public struct NewSyntheticRegion
type NewSyntheticRegion = struct
Public Structure NewSyntheticRegion
- Inheritance
-
NewSyntheticRegion
Fields
dwBehavior |
Currently unused; must be zero. |
dwClient |
Client-defined DWORD; this can be retrieved with GetClientData(UInt32) calls. |
iAnchorIndex |
Specifies the zero-based character index (must not be in virtual space). |
iAnchorLine |
Specifies the zero-based line number. |
iMarkerType |
Specifies the display characteristics (coloring, glyph) to show for this region. It has no effect on base buffer. |
iSerialValue |
Used to sort adjacent regions. |
pszText |
Specifies the text to display (can be >1 line). |