TcxCustomFontNameComboBoxProperties Class
Contains attributes specific to the font name combo box.
Declaration
TcxCustomFontNameComboBoxProperties = class(
TcxCustomComboBoxProperties
)
Remarks
TcxCustomFontNameComboBoxProperties holds settings specific to the font name combo box. These settings can be accessed using the Properties member and this provides:
enabling/disabling the FontPreview feature (see the Properties.FontPreview description);
managing the font types displayed within the list (see Properties.FontTypes);
setting up the position of font icons (see Properties.ShowFontTypeIcon);
managing the MRU font list (see Properties.MaxMRUFonts and Properties.MRUFontNames);
access to the names of the fonts loaded to the font name combo box (see Properties.FontItems).
Inheritance
See Also