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