Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / DecreaseFontSizeButton Class / DrawItem Event

In This Topic
    DrawItem Event (DecreaseFontSizeButton)
    In This Topic
    Syntax
    '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.

    PropertyDescription
     
     
     
     
     
     
    See Also