Back to Devexpress

TcxFontPreview.ShowButtons Property

vcl-cxfontnamecombobox-dot-tcxfontpreview-c3c35ddb.md

latest1.3 KB
Original Source

TcxFontPreview.ShowButtons Property

Determines the visibility of font formatting buttons.

Declaration

delphi
property ShowButtons: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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:

ValueExample
True
False

The default value of the ShowButtons property is True.

See Also

TcxFontPreview Class

TcxFontPreview Members

cxFontNameComboBox Unit