ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / ShouldDrawFontEventArgs Class / ShouldDraw Property

In This Topic
    ShouldDraw Property
    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 System.Boolean
    public System.bool ShouldDraw {get; set;}
    See Also