Subscriber portal
Gets the TextPoint object representing the first displayed character of the pane.
property TextPoint^ StartPoint { TextPoint^ get(); }
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.
TextPane2 InterfaceEnvDTE80 Namespace