ITextSelection::Mode Property

 

Gets or sets the selection mode.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property TextSelectionMode Mode {
	TextSelectionMode get();
	void set(TextSelectionMode value);
}
Return to top
Show: