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