TextPane2::StartPoint Property

 

Gets the TextPoint object representing the first displayed character of the pane.

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

property TextPoint^ StartPoint {
	TextPoint^ get();
}

Property Value

Type: EnvDTE::TextPoint^

A TextPoint object.

This example opens a text document and uses the StartPoint property of the text pane to display information about the text start point and end point of the text in the pane in a message box.

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