IsAtInsertionPosition Property
Collapse the table of content
Expand the table of content

TextPointer.IsAtInsertionPosition Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that indicates whether the current position is an insertion.

Namespace:  System.Windows.Documents
Assembly:  System.Windows (in System.Windows.dll)

public bool IsAtInsertionPosition { get; }

Property Value

Type: System.Boolean
true if the current position is an insertion position; otherwise, false.

An insertion position is a position where new content may be added without breaking any semantic rules for the associated content. In practice, an insertion position is anywhere in content where a caret may be positioned. An example of a valid TextPointer position that is not an insertion position is the position between two adjacent Paragraph tags (that is, between the closing tag of the preceding paragraph and the opening tag of the next paragraph).

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft