TcxCustomRichEditProperties Events
Contains settings specific to rich text edit controls.
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 |
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 |
Occurs when a user attempts to modify text that is marked as protected. |
On |
Allows you to perform any actions prior to placing an object into a rich edit control. |
On |
Occurs when the text in a control has grown either too small or too large for the control’s window size. |
On |
Occurs when the window of the rich text edit control is about to be destroyed and the edit control has delayed rendering of the text copied to the clipboard. |
On |
Occurs when the current selection changes. |
On |
Allows you to respond to clicks on URLs. |
On |
Allows you to respond to hovering a link. |
On |
Occurs before converting the display value to the edit value.
Inherited from Tcx |
See Also