ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonSeparator Class / CanBeAddedToQat Property

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