Table of Contents

Property DrawForegroundAction

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

DrawForegroundAction

Gets or sets an action which is called when foreground is painted for the item. When this action is specified, default foreground painting is not performed.

[Browsable(false)]
public virtual Action<IListControlItemContainer?, ListBoxItemPaintEventArgs>? DrawForegroundAction { get; set; }

Property Value

Action<IListControlItemContainer, ListBoxItemPaintEventArgs>