Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonFontComboBox Class / OnShouldDrawFont Method

In This Topic
    OnShouldDrawFont Method (RibbonFontComboBox)
    In This Topic
    Raises the ShouldDrawFont event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnShouldDrawFont( _
       ByVal e As ShouldDrawFontEventArgs _
    ) 
    protected virtual void OnShouldDrawFont( 
       ShouldDrawFontEventArgs e
    )

    Parameters

    e
    See Also