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