PointTrackingMode Enum
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.
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
Name | Value | Description |
---|---|---|
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. |
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. |
Remarks
For information about tracking, see the "Tracking Points and Tracking Spans" section of Inside the Editor.