TTMSFNCPopupMenu.OnAfterDrawMenuItemText Event
Fires after the primary text of an item has been drawn.
API unit family: TMSFNCPopupMenu
Declaring type: TTMSFNCPopupMenu
Inherited from: TTMSFNCCustomPopupMenu
Syntax
OnAfterDrawMenuItemText: TTMSFNCPopupMenuAfterDrawMenuItemText;
Parameters
| Name | Description |
|---|---|
Sender |
The popup menu that raised the event. |
AGraphics |
Canvas used to draw the primary text. |
AMenuItemControl |
The item control whose text was drawn. |
ADrawingParameters |
Text bounds and font settings used during rendering. |