Table of Contents

TTMSFNCTabSet.OnAfterDrawTabProgress Event

Occurs after a tab progress indicator has been drawn.

API unit family: TMSFNCTabSet Declaring type: TTMSFNCTabSet Inherited from: TTMSFNCCustomTabSet

Syntax

OnAfterDrawTabProgress: TTMSFNCTabSetAfterDrawTabProgressEvent;

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 progress indicator.
AProgressMode Progress animation mode used for the tab.
AProgressKind Progress indicator shape used for the tab.
AAnimationStartAngle Start angle used by circular marquee animation.
AAnimationSweepAngle Sweep angle used by circular marquee animation.
AProgress Progress value that was drawn.
AProgressMax Maximum progress value.