The IText type exposes the following members.

Methods

  NameDescription
Public methodSendText
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

  NameDescription
Public propertySelectedText
The currently selected text.
Public propertySelectedTextIndex
The start index of the selected text.
Public propertySelectedTextLength
The lenght of the selected text.
Public propertyText
The complete text that the interactor controls.

See Also