dbicButton Send comments on this topic.
UserDrawnButtonAfter Event
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > dbiButton Class : UserDrawnButtonAfter Event

Occurs after the button has been drawn by the control.

Syntax

Visual Basic (Declaration) 
Public Event UserDrawnButtonAfter As dbiButton.EventUserDrawnButtonAfterHandler
C# 
public event dbiButton.EventUserDrawnButtonAfterHandler UserDrawnButtonAfter

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.

PropertyDescription
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