TTMSFNCListBox.OnAfterDrawItem Event
Occurs after an item is drawn.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBox
Inherited from: TTMSFNCCustomListBox
Syntax
OnAfterDrawItem: TTMSFNCListBoxAfterDrawItemEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The list box that triggered the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The item drawing rectangle. |
AItem |
The item that was drawn. |