TcxCustomFontNameComboBox.Properties Property
Provides access to the control’s base attributes.
Declaration
property Properties: TcxCustomFontNameComboBoxProperties read; write;
Property Value
Type |
---|
TcxCustomFontNameComboBoxProperties |
Remarks
Use Properties property to access the attributes specific to the font name combo box. The Properties property provides:
enabling/disabling the FontPreview feature (see the Properties.FontPreview property description);
managing font types displayed within the list (see the Properties.FontTypes property description);
setting the position of font icons (see the Properties.ShowFontTypeIcon property description);
management of the MRU font list (see the Properties.MaxMRUFonts and Properties.MRUFontNames properties description).
See Also