Method | Description | |
---|---|---|
EditorTextBoxHasFocus ( ) : bool |
Indicates that the editor text box has the focus
|
|
RefreshText ( ) : void |
Refreshes the text of the text box
|
|
Window ( ) : System |
Constructor
|
|
setChangeHandler ( HandleTextChange handleTextChange ) : void |
The element on which this editor is built
|
Method | Description | |
---|---|---|
TextBox_KeyUp ( object sender, |
||
TextChangedHandler ( object sender, |
Called when the text has been changed in the inner text box This updates the instance according to the __textChangeHandler
|
public setChangeHandler ( HandleTextChange handleTextChange ) : void | ||
handleTextChange | HandleTextChange | |
return | void |