ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonFontComboBox Class / OnShouldDrawFont Method

In This Topic
    OnShouldDrawFont Method
    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