TTMSFNCCustomNonFocusablePopupForm.OnPopupPaint Event
Fires to allow custom painting over the popup form background.
API unit family: TMSFNCPopup
Declaring type: TTMSFNCCustomNonFocusablePopupForm
Inherited from: TTMSFNCCustomPopupForm
Syntax
OnPopupPaint: TTMSFNCPopupPaint;
Parameters
| Name | Description |
|---|---|
Sender |
The popup form that raised the event. |
AGraphics |
Canvas for drawing over the popup background. |
ARect |
Bounding rectangle of the popup client area. |