TTMSFNCColorWheel.OnAfterDrawSelectedColorPanel Event
Fires after the selected-color preview panel is drawn.
API unit family: TMSFNCColorWheel
Declaring type: TTMSFNCColorWheel
Inherited from: TTMSFNCCustomColorWheel
Syntax
OnAfterDrawSelectedColorPanel: TTMSFNCCustomColorWheelAfterDrawSelectedColorPanelEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AGraphics |
Graphics context used for drawing. |
ARectF |
Preview panel rectangle. |
ASelectedColor |
Current selected color. |