EditPoint2::AtStartOfLine Property

 

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

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

property bool AtStartOfLine {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean that is true if you are at the start of a line; otherwise, false if otherwise.

No code example is currently available or this language may not be supported.
Return to top
Show: