Class FontListBox
ListBox descendant for selecting font names.
public class FontListBox : VirtualListBox, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo, IReadOnlyStrings
- Inheritance
-
FontListBox
- Implements
Constructors
- FontListBox()
Initializes a new instance of the FontListBox class.
- FontListBox(bool)
Initializes a new instance of the FontListBox class.
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.