The IText type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| SendText |
Sends the given text to the interactor. Text interactors will typically
insert the text at the current insertion point. In case the current text
selection is not empty, the selection will be removed first, and then the
text will be inserted. The cursor will be placed after the inserted text.
|
Properties
| Name | Description | |
|---|---|---|
| SelectedText |
The currently selected text.
| |
| SelectedTextIndex |
The start index of the selected text.
| |
| SelectedTextLength |
The lenght of the selected text.
| |
| Text |
The complete text that the interactor controls.
|