Table of Contents

TTMSFNCListBox.OnAfterDrawItemIcon Event

Occurs after an item icon is drawn.

API unit family: TMSFNCListBox Declaring type: TTMSFNCListBox Inherited from: TTMSFNCCustomListBox

Syntax

OnAfterDrawItemIcon: TTMSFNCListBoxAfterDrawItemIconEvent;

Parameters

Name Description
Sender The list box that triggered the event.
AGraphics The graphics context used for drawing.
ARect The icon drawing rectangle.
AItem The item whose icon was drawn.
AIcon The icon bitmap that was drawn.