Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonDropDownBase Class / ShowInSimplified Property

In This Topic
    ShowInSimplified Property (RibbonDropDownBase)
    In This Topic
    Gets or sets a value indicating whether this RibbonItem can be shown in a simplified view.
    Syntax
    'Declaration
     
    
    Public Overridable Property ShowInSimplified As Boolean
    public virtual bool ShowInSimplified {get; set;}
    See Also