TcxFontPreview.OnButtonClick Event
Occurs when the font style button is pressed within the preview section.
Declaration
property OnButtonClick: TcxFontButtonClickEvent read; write;
Remarks
The OnButtonClick event occurs each time a user presses font style buttons within the preview section. The pressed button type can be obtained via the ButtonType parameter.
See Also