TextPane::Selection Property

 

Gets an object representing the current selection on the TextPane object.

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

property TextSelection^ Selection {
	TextSelection^ get();
}

Property Value

Type: EnvDTE::TextSelection^

A TextSelection object.

Return to top
Show: