Method Find
Find(Color?, IEnumerable)
Finds item with the specified color in the collection of the color items.
public static ListControlItem? Find(Color? value, IEnumerable items)
Parameters
value
ColorColor value.
items
IEnumerableCollection of the color items.
Returns
Find(Color?)
Finds item with the specified color.
public virtual ListControlItem? Find(Color? value)
Parameters
value
ColorColor value.