TcxFontNameComboBoxProperties Class
Stores settings of a font name combo box editor (also called font picker).
Declaration
TcxFontNameComboBoxProperties = class(
TcxCustomFontNameComboBoxProperties
)
Remarks
Use TcxFontNameComboBoxProperties class properties to:
Specify the font preview area’s settings (FontPreview);
Manage the font types displayed within the list (FontTypes);
Specify the display position of font icons (Properties.ShowFontTypeIcon);
Manage the MRU font list (MaxMRUFonts and MRUFontNames).
Enable the incremental filtering feature and customize its options (IncrementalFiltering and IncrementalFilteringOptions).
To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.
A TcxFontNameComboBoxProperties object is referenced using the editor’s Properties property.