TTMSFNCTileList.OnAfterDrawBadge Event
Occurs after an item badge has been drawn.
API unit family: TMSFNCTileList
Declaring type: TTMSFNCTileList
Inherited from: TTMSFNCCustomTileList
Syntax
OnAfterDrawBadge: TTMSFNCTileListAfterDrawBadgeEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AGraphics |
Graphics context used for drawing. |
AItemRect |
Bounds of the item. |
ABadgeRect |
Bounds of the badge. |
ABadgeText |
Badge text that was drawn. |
AItemIndex |
Zero-based index of the item. |