TdxBarFontNameCombo Class
A deprecated font name combo box for toolbar UIs.
Declaration
TdxBarFontNameCombo = class(
TdxBarCustomCombo
)
Remarks
The TdxBarFontNameCombo
class implements a deprecated combo box designed to select a font typeface from a list.
Important
The TdxBarFontNameCombo
class ships with the ExpressBars Suite for backward compatibility only. DevExpress neither implements new features nor fixes bugs in deprecated products. We strongly recommend that you replace TdxBarFontNameCombo
with a combination of TcxBarEditItem and TcxFontNameComboBox components in all projects.
Inheritance
See Also