Property | Type | Description | |
---|---|---|---|
DoSyntaxHighlighting | void | ||
FireValueChanged | void | ||
WriteCharacterForPressedKey | void |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
RegisterHandler ( IKeyHandler handler ) : void |
Lets you register a custom key handler. You are responsible for ensuring that each key is only handled by one handler. This method will throw if you try to add a duplicate key handler.
|
|
RegisterKeyPress ( |
||
RichTextEditor ( ) : System |
Method | Description | |
---|---|---|
DoSyntaxHighlighting ( |
||
FireValueChanged ( ) : void | ||
WriteCharacterForPressedKey ( |
public RegisterHandler ( IKeyHandler handler ) : void | ||
handler | IKeyHandler | The handler to register |
return | void |
public RegisterKeyPress ( |
||
key | ||
return | void |