TextPoint.AtStartOfLine Property

Definition

Gets whether or not 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.

Attributes

Applies to