Table of Contents

Property SelectedText

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

SelectedText

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

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

Property Value

string

A string that represents the currently selected text in the control.

Remarks

If there is no selection, the replacement text is inserted at the caret.