TcxCustomFontNameComboBoxProperties.ShowFontTypeIcon Property
Specifies the location of font icons.
#Declaration
property ShowFontTypeIcon: TcxShowFontIconTypes read; write; default [ftiShowInCombo, ftiShowInList];
#Property Value
Type |
---|
Tcx |
#Remarks
The cxFontNameComboBox supports various font types: True Type, raster, system, symbol and device-dependant fonts. Each font type has a corresponding icon. The ShowFontTypeIcon specifies the location of the font type icons. These icons can be displayed in dropdown list and/or the selection area.
Property Value | Meaning | Effect |
---|---|---|
fti fti | The icons are displayed in the text area and the drop-down list. | |
fti fti | The icons are displayed in the drop-down list only. | |
fti fti | The icons are displayed within the text area only. | |
fti fti | No icons are displayed. |
The default value of the ShowFontTypeIcon property is [ftiShowInCombo,ftiShowInList].