Property | Type | Description | |
---|---|---|---|
TextArea | Eto.Drawing |
Method | Description | |
---|---|---|
Append ( string text, bool scrollToCursor = false ) : void |
Append the specified text to the control and optionally scrolls to make the inserted text visible. This is an optimized way of inserting text into a TextArea when its content gets large. |
|
SelectAll ( ) : void |
Selects all text. When setting the selection, the control will be focussed and the associated keyboard may appear on mobile platforms. |
Method | Description | |
---|---|---|
GetCallback ( ) : object |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
|
|
OnCaretIndexChanged ( |
Raises the CaretIndexChanged event.
|
|
OnSelectionChanged ( |
Raises the SelectionChanged event.
|
Method | Description | |
---|---|---|
TextArea ( ) : Eto.Drawing |
public Append ( string text, bool scrollToCursor = false ) : void | ||
text | string | Text to insert. |
scrollToCursor | bool | If set to |
return | void |
protected OnCaretIndexChanged ( |
||
e | Event arguments. | |
return | void |
protected OnSelectionChanged ( |
||
e | Event arguments. | |
return | void |