Occurs after the button has been drawn by the control.
Syntax
Event Data
The event handler receives an argument of type UserDrawnButtonAfterEventArgs containing data related to this event. The following UserDrawnButtonAfterEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| ButtonStatus | The current status of the button being drawn. |
| Graphics | A handle to the graphics object responsible for the drawing. |
| Rect | A rectangle representing the area being painted in the control. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also