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
itemListControlItemItem.
containerIListControlItemContainerContainer of the items.
svgColorColorColor of the svg image when item is selected.
onlyNormalboolSpecifies whether to get image only for the normal state.