Method GetItemValueOrDefault
GetItemValueOrDefault(ListControl, int, Color)
Gets color value of the specified item or default color.
public static Color GetItemValueOrDefault(ListControl control, int itemIndex, Color defaultValue)
Parameters
control
ListControlControl with items.
itemIndex
intIndex of the item.
defaultValue
ColorDefault value.