Method CreateItem
CreateItem(Color, string?)
Creates item for the specified color and title.
public virtual ListControlItem CreateItem(Color value, string? title = null)
Parameters
valueColorColor value.
titlestringColor title. Optional. If not specified, NameLocalized will be used.