Table of Contents

Method CreateItem

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

CreateItem(Color, string?)

Creates item for the specified color and title.

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

Parameters

value Color

Color value.

title string

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

Returns

ListControlItem