Table of Contents

Method GetItemImages

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

GetItemImages(ListControlItem?, IListControlItemContainer?, Color?, bool)

Gets item images.

public static EnumArray<VisualControlState, Image?> GetItemImages(ListControlItem? item, IListControlItemContainer? container, Color? svgColor, bool onlyNormal = false)

Parameters

item ListControlItem

Item.

container IListControlItemContainer

Container of the items.

svgColor Color

Color of the svg image when item is selected.

onlyNormal bool

Specifies whether to get image only for the normal state.

Returns

EnumArray<VisualControlState, Image>