TextPoint.AtStartOfDocument Property

Gets whether or not the object is at the beginning of the document.

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

Syntax

'Declaration
ReadOnly Property AtStartOfDocument As Boolean
'Usage
Dim instance As TextPoint 
Dim value As Boolean 

value = instance.AtStartOfDocument
bool AtStartOfDocument { get; }
property bool AtStartOfDocument {
    bool get ();
}
function get AtStartOfDocument () : boolean

Property Value

Type: System.Boolean
A Boolean true if you are at the start of a document; false if otherwise.

Remarks

Line numbering begins at one.

.NET Framework Security

See Also

Reference

TextPoint Interface

TextPoint Members

EnvDTE Namespace

Other Resources

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