'Declaration Public Event DrawItem As System.EventHandler(Of DrawItemEventArgs)
public event System.EventHandler<DrawItemEventArgs> DrawItem
Event Data
The event handler receives an argument of type C1.Win.Ribbon.DrawItemEventArgs containing data related to this event. The following DrawItemEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Bounds | |
Font | |
ForeColor | |
Graphics | |
Item | |
State |
See Also