FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonMenu Class / ShowInMore Property

In This Topic
    ShowInMore Property (RibbonMenu)
    In This Topic
    Gets or sets a value indicating if this RibbonItem can be shown in drop down part of the More button when ribbon is simplified.
    Syntax
    'Declaration
     
    Public Property ShowInMore As System.Boolean
    public System.bool ShowInMore {get; set;}
    See Also