Selection.IPAtEndOfLine Property

Definition

Determines if the insertion point is at the end of a line that wraps to the next line.

public:
 property bool IPAtEndOfLine { bool get(); };
public bool IPAtEndOfLine { get; }
member this.IPAtEndOfLine : bool
Public ReadOnly Property IPAtEndOfLine As Boolean

Property Value

Remarks

This property returns True if the insertion point is at the end of a line that wraps to the next line and False if the selection isn't collapsed, the insertion point isn't at the end of a line, or the insertion point is positioned before a paragraph mark.

Applies to