TextPane::StartPoint Property

 

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

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

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

Property Value

Type: EnvDTE::TextPoint^

A TextPoint object.

Return to top
Show: