The currently selected text.

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
string SelectedText { get; set; }
Visual Basic
Property SelectedText As String
	Get
	Set

Remarks

If a value is assigned, the new text will replace the current selection, i.e. it becomes the new selection. Usually this is not the required behavior for pasting or inserting text, as that should commonly clear the selection before entering text (see SendText).

See Also