ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Boolean
    public System.bool CanBeAddedToQat {get; set;}
    See Also