TTMSFNCTabSet.OnAfterDrawTabCloseButton Event
Occurs after a tab close button has been drawn.
API unit family: TMSFNCTabSet
Declaring type: TTMSFNCTabSet
Inherited from: TTMSFNCCustomTabSet
Syntax
OnAfterDrawTabCloseButton: TTMSFNCTabSetAfterDrawTabCloseButtonEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AGraphics |
Graphics context used for drawing. |
ATabIndex |
Zero-based index of the tab that was drawn. |
ARect |
Bounds of the close button. |
AState |
Visual state used to draw the close button. |