Table of Contents

Method Find

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 Color

Color value.

items IEnumerable

Collection of the color items.

Returns

ListControlItem

Find(Color?)

Finds item with the specified color.

public virtual ListControlItem? Find(Color? value)

Parameters

value Color

Color value.

Returns

ListControlItem