Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonQat Class / Visible Property

In This Topic
    Visible Property (RibbonQat)
    In This Topic
    Gets or sets whether this RibbonItem is visible.
    Syntax
    'Declaration
     
    
    Public Overrides Property Visible As Boolean
    public override bool Visible {get; set;}
    See Also