Method GetItemImages
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
ListControlItemItem.
container
IListControlItemContainerContainer of the items.
svgColor
ColorColor of the svg image when item is selected.
onlyNormal
boolSpecifies whether to get image only for the normal state.