IEditorOperations.SelectedText Property

Definition

Gets the selected text.

public:
 property System::String ^ SelectedText { System::String ^ get(); };
public:
 property Platform::String ^ SelectedText { Platform::String ^ get(); };
public string SelectedText { get; }
member this.SelectedText : string
Public ReadOnly Property SelectedText As String

Property Value

The selected text.

Remarks

In box selection mode, this will have each span of text separated by a newline character, with an extra newline at the very end.

Applies to