TTMSFNCCustomTrackBarBaseAfterDrawButtonEvent Event Type
Event type fired after an increment or decrement button is drawn.
API unit family: TMSFNCTrackBar
Parameters
| Name | Description |
|---|---|
Sender |
Control that drew the button. |
AGraphics |
Graphics context used for drawing. |
ARect |
Button bounds in control coordinates. |
APlus |
True when the increment button was drawn; False for the decrement button. |