Method GetItemValueOrDefault
GetItemValueOrDefault(IListControl, int, Color)
Gets color value of the specified item or default color.
public static Color GetItemValueOrDefault(IListControl control, int itemIndex, Color defaultValue)
Parameters
controlIListControlControl with items.
itemIndexintIndex of the item.
defaultValueColorDefault value.