Table of Contents

TTMSFNCPopupMenu.OnAfterDrawMenuItemImage Event

Fires after the bitmap area of an item has been drawn.

API unit family: TMSFNCPopupMenu Declaring type: TTMSFNCPopupMenu Inherited from: TTMSFNCCustomPopupMenu

Syntax

OnAfterDrawMenuItemImage: TTMSFNCPopupMenuAfterDrawMenuItemImage;

Parameters

Name Description
Sender The popup menu that raised the event.
AGraphics Canvas used to draw the image area.
AMenuItemControl The item control whose image was drawn.
ADrawingParameters Image bounds and bitmap reference used during rendering.