VirtualPoint.AtStartOfLine Property

Definition

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

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

Property Value

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

Implements

Attributes

Applies to