VirtualPoint.AtEndOfLine Property

Definition

Returns true if the object is at the end of a line.

public:
 property bool AtEndOfLine { bool get(); };
public:
 property bool AtEndOfLine { bool get(); };
[System.Runtime.InteropServices.DispId(23)]
public bool AtEndOfLine { [System.Runtime.InteropServices.DispId(23)] get; }
[<System.Runtime.InteropServices.DispId(23)>]
[<get: System.Runtime.InteropServices.DispId(23)>]
member this.AtEndOfLine : bool
Public ReadOnly Property AtEndOfLine As Boolean

Property Value

A Boolean value indicating true if you are at the end of a line; false if otherwise.

Implements

Attributes

Applies to