Table of Contents

Method GetItemValueOrDefault

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

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 ListControl

Control with items.

itemIndex int

Index of the item.

defaultValue Color

Default value.

Returns

Color