Table of Contents

Method AddLogItem

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

AddLogItem(ListControlItem, LogItemKind)

Adds log item using the specified ListControlItem. LogListBox controls binded to the log will paint added item with image, font and color properties specified in the item.

public static void AddLogItem(ListControlItem item, LogItemKind kind = LogItemKind.Information)

Parameters

item ListControlItem

Item to add.

kind LogItemKind

Item kind.