Click or drag to resize

TextArea Methods

The TextArea type exposes the following members.

Methods
  NameDescription
Public methodAppend
Append the specified text to the control and optionally scrolls to make the inserted text visible.
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides TextControlGetCallback.)
Protected methodOnCaretIndexChanged
Raises the CaretIndexChanged event.
Protected methodOnSelectionChanged
Raises the SelectionChanged event.
Public methodSelectAll
Selects all text.
Top
See Also