TTMSFNCBadgeBeforeDrawImageEvent Event Type
Event type fired before the badge image is drawn.
API unit family: TMSFNCBadge
Parameters
| Name | Description |
|---|---|
Sender |
Badge control being drawn. |
AGraphics |
Graphics context used for drawing. |
AImageRect |
Image rectangle; change it to override placement. |
ABitmap |
Bitmap value; change it to override what is drawn. |
AAllow |
Set to False to skip the image drawing step. |
ADefaultDraw |
Set to False after custom drawing to suppress the default image. |