TextArea Methods |
The TextArea type exposes the following members.
Name | Description | |
---|---|---|
![]() | Append |
Append the specified text to the control and optionally scrolls to make the inserted text visible.
|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides TextControlGetCallback.) |
![]() | OnCaretIndexChanged |
Raises the CaretIndexChanged event.
|
![]() | OnSelectionChanged |
Raises the SelectionChanged event.
|
![]() | SelectAll |
Selects all text.
|