TextPoint::AtStartOfLine Property

 

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

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

property bool AtStartOfLine {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: