Table of Contents

Method AddColor

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

AddColor(Color, string?)

Adds color to the list of colors.

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

Parameters

value Color

Color value.

title string

Color title. Optional. If not specified, NameLocalized will be used.

Returns

ListControlItem