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
valueColorColor value.
itemsIEnumerableCollection of the color items.
Returns
Find(Color?)
Finds item with the specified color.
public virtual ListControlItem? Find(Color? value)
Parameters
valueColorColor value.