[]
Occurs when the button is owner-drawn.
[C1Category("Behavior")]
[C1Description("RibbonButton.DrawItem", "Occurs when the button is owner-drawn.")]
public event EventHandler<DrawItemEventArgs> DrawItem
<C1Category("Behavior")>
<C1Description("RibbonButton.DrawItem", "Occurs when the button is owner-drawn.")>
Public Event DrawItem As EventHandler(Of DrawItemEventArgs)
| Type | Description |
|---|---|
| EventHandler<DrawItemEventArgs> | Occurs when the button is owner-drawn. |