C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / DesignModeButton Class / DrawItem Event

DrawItem Event (DesignModeButton)
Syntax
'Declaration
 
Public Event DrawItem As System.EventHandler(Of DrawItemEventArgs)
 
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.

PropertyDescription
 
 
 
 
 
 
See Also