Constructor FontComboBox
FontComboBox(Control)
Initializes a new instance of the FontComboBox class.
public FontComboBox(Control parent)
Parameters
parent
ControlParent of the control.
FontComboBox()
Initializes a new instance of the FontComboBox class.
public FontComboBox()
FontComboBox(bool)
Initializes a new instance of the FontComboBox class with default list of the fonts.
public FontComboBox(bool defaultFonts)
Parameters
defaultFonts
boolSpecifies whether to add default fonts to the control.