Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ShouldDrawFontEventArgs Class / ShouldDraw Property

In This Topic
    ShouldDraw Property (ShouldDrawFontEventArgs)
    In This Topic
    Gets or sets whether the font should appear in the drop-down list of the RibbonFontComboBox.
    Syntax
    'Declaration
     
    
    Public Property ShouldDraw As Boolean
    public bool ShouldDraw {get; set;}
    See Also