Class ListControlUtils
Contains static methods related to ListControl and its descendants like ListBox and ComboBox.
public static class ListControlUtils
- Inheritance
-
ListControlUtils
Methods
- AddColorNames(ListControl, bool, Color?, bool)
Initializes ListControl with list of known color names (Web and Standard colors are used).
- AddColors(IListControl, bool, Color?, KnownColorCategory[]?, bool)
Initializes ListControl with list of known colors.
- AddFontNames(IListControl, bool, string?)
Initializes ListControl with list of font names.
- AddFontSizes(ListControl, bool, double?)
Initializes ListControl with list of font sizes.