Table of Contents

Property SelectedText

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SelectedText

Gets a value indicating the currently selected text in the control.

[Browsable(false)]
public virtual string SelectedText { get; }

Property Value

string

A string representing the currently selected text in the control.

See Also