RichEditTextDocument.Selection Property

Definition

Gets the active text selection.

public:
 property ITextSelection ^ Selection { ITextSelection ^ get(); };
ITextSelection Selection();
public ITextSelection Selection { get; }
var iTextSelection = richEditTextDocument.selection;
Public ReadOnly Property Selection As ITextSelection

Property Value

The active text selection.

Implements

Applies to