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?)
Initializes ListControl with list of known color names (Web and Standard colors are used).
- AddColors(ListControl, bool, Color?)
Initializes ListControl with list of known colors (Web and Standard colors are used).
- AddFontNames(ListControl, bool, string?)
Initializes ListControl with list of font names.
- AddFontSizes(ListControl, bool, double?)
Initializes ListControl with list of font sizes.