TextPoint.AtStartOfLine Property

Gets whether or not the object is at the beginning of a line.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property AtStartOfLine As Boolean
bool AtStartOfLine { get; }
property bool AtStartOfLine {
    bool get ();
}
abstract AtStartOfLine : bool with get
function get AtStartOfLine () : boolean

Property Value

Type: System.Boolean
A Boolean value indicating True if you are at the start of a line; False if otherwise.

.NET Framework Security

See Also

Reference

TextPoint Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples