TdxTokenEditProperties Events
Contains the token editor‘s appearance and behavior settings.
Name | Description |
---|---|
On |
Allows you to execute custom code when a user clicks an embedded editor button.
Inherited from Tcx |
On |
Allows you to customize the appearance of individual editor button glyphs.
Inherited from Tcx |
On |
Occurs on changing the value within an editor.
Inherited from Tcx |
On |
Inherited from Tcx |
On |
Enables you to implement the custom painter for token boxes in the token editor. |
On |
Allows you to respond to edit value changes.
Inherited from Tcx |
On |
Allows you to respond to new user input that does not match one of the automatic completion list entries.
Inherited from Tcx |
On |
Occurs on every editor setting change.
Inherited from Tcx |
On |
Enables you to respond to an attempt to add a new token to the token editor. |
On |
Allows you to perform specific actions when a user clicks a token box in the token editor. |
On |
Enables you to respond to an attempt to remove a token box from the token editor. |
On |
Enables you to respond to clicking a token glyph within the token editor. |
On |
Occurs before converting the display value to the edit value.
Inherited from Tcx |
See Also