Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / QatItemNames Property

In This Topic
    QatItemNames Property (C1Ribbon)
    In This Topic
    Gets or sets the string that specifies the list of item names on the QAT. It allows to preserve QAT items added by the user at runtime.
    Syntax
    'Declaration
     
    
    Public Property QatItemNames As String
    public string QatItemNames {get; set;}
    See Also