PointTrackingMode Enum

Definition

Represents tracking modes for ITrackingPoint objects.

public enum class PointTrackingMode
public enum class PointTrackingMode
enum PointTrackingMode
public enum PointTrackingMode
type PointTrackingMode = 
Public Enum PointTrackingMode
Inheritance
PointTrackingMode

Fields

Negative 1

With this setting, a point tracks toward the beginning of the document, so that an insertion at the current position leaves the point unaffected. If a replacement contains the point, it will end up at the beginning of the replacement text.

Positive 0

With this setting, a point tracks toward the end of the document, so that an insertion at the current position pushes the point to the end of the inserted text. If a replacement contains the point, it will end up at the end of the replacement text.

Remarks

For information about tracking, see the "Tracking Points and Tracking Spans" section of Inside the Editor.

Applies to