VirtualPoint.AtEndOfLine 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.
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