Class FontListBox
ListBox descendant for selecting font names.
public class FontListBox : VirtualListBox, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, INotifyDataErrorInfo, IReadOnlyStrings, IListControlItemContainer, IListControlItemDefaults, ICheckListBox<ListControlItem>, ICustomListBox<ListControlItem>, IListControl<ListControlItem>, IListControl, IControl, IDisposable, IWin32Window
- Inheritance
-
FontListBox
- Implements
Constructors
- FontListBox()
Initializes a new instance of the FontListBox class.
- FontListBox(Control)
Initializes a new instance of the FontListBox class.
- FontListBox(bool)
Initializes a new instance of the FontListBox class with default list of the fonts.
Fields
- InitFonts
Gets or sets method that initializes items in FontListBox.
Methods
- InitDefaultFonts(FontListBox)
Adds font names to the FontListBox. This is default implementation of the initialization method. It is assigned to InitFonts property by default.
- Initialize(bool)
Initializes control with default font names and assigns item painter. This method is called from constructor.