The currently selected text.

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

Syntax

C#
public string SelectedText { get; }
Visual Basic
Public ReadOnly Property SelectedText As String
	Get

Remarks

This property maps on Selection.Text. It is present to avoid differences with the standard edition (which has no access to the Selection property)

See Also