TTMSFNCKanbanBoard.OnBeforeDrawItemIcon Event
Occurs before an item icon is drawn.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoard
Inherited from: TTMSFNCCustomKanbanBoard
Syntax
OnBeforeDrawItemIcon: TTMSFNCKanbanBoardBeforeDrawItemIconEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The icon drawing rectangle. |
AColumn |
The column that contains the item. |
AItem |
The item whose icon is being drawn. |
AIcon |
The icon bitmap being drawn. |
AAllow |
Set to False to skip drawing the icon. |