TextPoint::AtEndOfLine Property

 

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

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

property bool AtEndOfLine {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean value indicating true if you are at the end of a line; false if otherwise.

Return to top
Show: