TextPoint::AtEndOfDocument Property

 

Gets whether the object is at the end of the document.

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

property bool AtEndOfDocument {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: