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

In This Topic
    CanBeAddedToQat Property (RibbonNumericBox)
    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 Boolean
    public override bool CanBeAddedToQat {get; set;}
    See Also