MobileForms Toolkit Documentation

ItemTextBox.SelectedText Property

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

public string SelectedText {get; set;}

Property Value

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

Remarks

You can assign text to this property to change the text currently selected in the text box. If no text is currently selected in the text box, this property returns a zero-length string.

See Also

ItemTextBox Class | Resco.Controls.DetailView Namespace