Method AddColors
AddColors(ListControl, bool, Color?)
Initializes ListControl with list of known colors (Web and Standard colors are used).
public static void AddColors(ListControl control, bool select = true, Color? defaultValue = null)
Parameters
control
ListControlControl instance which items will be filled with colors.
select
boolSpecifies whether to select default item in the control.
defaultValue
ColorSelect this color in ListControl.