TcxCustomRichEditProperties Events
Contains settings specific to rich text edit controls.| Name | Description |
|---|---|
| OnButtonClick | Allows you to execute custom code when a user clicks an embedded editor button. Inherited from TcxCustomEditProperties. |
| OnButtonGlyphDrawParameters | Allows you to customize the appearance of individual editor button glyphs. Inherited from TcxCustomEditProperties. |
| OnChange | Occurs on changing the value within an editor. Inherited from TcxCustomEditProperties. |
| OnClosePopup | Inherited from TcxCustomEditProperties. |
| OnEditValueChanged | Allows you to respond to edit value changes. Inherited from TcxCustomEditProperties. |
| OnGetAICommands | Allows you to modify the list of AI-powered commands available in the editor. Inherited from TcxCustomTextEditProperties. |
| OnNewLookupDisplayText | Allows you to respond to new user input that does not match one of the automatic completion list entries. Inherited from TcxCustomTextEditProperties. |
| OnPropertiesChanged | Occurs on every editor setting change. Inherited from TcxCustomEditProperties. |
| OnProtectChange | Occurs when a user attempts to modify text that is marked as protected. |
| OnQueryInsertObject | Allows you to perform any actions prior to placing an object into a rich edit control. |
| OnResizeRequest | Occurs when the text in a control has grown either too small or too large for the control’s window size. |
| OnSaveClipboard | 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. |
| OnSelectionChange | Occurs when the current selection changes. |
| OnURLClick | Allows you to respond to clicks on URLs. |
| OnURLMove | Allows you to respond to hovering a link. |
| OnValidate | Occurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties. |
See Also