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

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