TextEdit Events
Represents a text editor with embedded buttons.Name | Description |
---|---|
CustomDisplayText | Enables you to display a custom text within the editor. Inherited from BaseEdit. |
EditValueChanged | Occurs after the editor’s value has been changed. Inherited from BaseEdit. |
EditValueChanging | Occurs before the editor’s value is changed. Inherited from BaseEdit. |
Spin | Occurs when the UP or DOWN ARROW key is pressed. |
Validate | Enables you to validate the editor’s value. Inherited from BaseEdit. |
See Also