FontNameDisplayStyle
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls
Lists the possible display styles that can be used to display the various font names that are displayed when using the BinaryImageComboBox class with ComboListStyle's FontList mode.
public enum FontNameDisplayStyle
Members at a glance
DisplayUsingControlFont | Use this value when the font names are to be displayed using the control's default font. |
DisplayUsingFontFamilyName | Use this value when there is a need to display the font names using that particular font family font. |
Members
DisplayUsingControlFont
Use this value when the font names are to be displayed using the control's default font.
DisplayUsingFontFamilyName
Use this value when there is a need to display the font names using that particular font family font.