HypernovaDesktop Components · docs
Binarymission
WinFormsCombo Box › FontNameDisplayStyle

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

DisplayUsingControlFontUse this value when the font names are to be displayed using the control's default font.
DisplayUsingFontFamilyNameUse 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.