FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / 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 System.Boolean
    public System.bool ShouldDraw {get; set;}
    See Also