Selection.IPAtEndOfLine Property
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.
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.