TTMSFNCWidgetProgress.OnAfterDrawCaptionText Event
Occurs after caption text is drawn.
API unit family: TMSFNCWidgetProgress
Declaring type: TTMSFNCWidgetProgress
Inherited from: TTMSFNCWidgetProgressCustom
Syntax
OnAfterDrawCaptionText: TTMSFNCWidgetProgressAfterDrawCaptionTextEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Widget raising the event. |
AGraphics |
Graphics context used for drawing. |
ARect |
Bounds used for the caption text. |
AText |
Caption text that was drawn. |