TcxFontPreview.ShowButtons Property
Determines the visibility of font formatting buttons.
Declaration
property ShowButtons: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
The style-formatting buttons, namely Bold, Italic, Underline and Strikeout, can be displayed within the preview area of the font name combo box. These buttons can be hidden at design or runtime by setting the ShowButtons property to False. Note: font style buttons are used for preview purposes only.
The following screenshots show ShowButtons enabled and disabled:
Value | Example |
---|---|
True | |
False |
The default value of the ShowButtons property is True.
See Also