Table of Contents

Method DefaultCreateItem

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

DefaultCreateItem(Color, string?)

Default method of the item creation for the specified color and title.

public static ListControlItem DefaultCreateItem(Color value, string? title = null)

Parameters

value Color

Color value.

title string

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

Returns

ListControlItem