Table of Contents

Method FindOrAdd

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

FindOrAdd(Color, string?)

Finds item with the specified color or adds it.

public virtual ListControlItem FindOrAdd(Color value, string? title = null)

Parameters

value Color

Color value.

title string

Color title. Optional.

Returns

ListControlItem