NewSyntheticRegion Struct

Definition

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).

Applies to