Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGroup Class / CanBeAddedToQat Property

In This Topic
    CanBeAddedToQat Property (RibbonGroup)
    In This Topic
    Gets or sets whether the user can add this RibbonGroup to the Quick Access Toolbar at runtime.
    Syntax
    'Declaration
     
    
    Public Property CanBeAddedToQat As Boolean
    public bool CanBeAddedToQat {get; set;}
    See Also