Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar Class / Qat Property


In This Topic
    Qat Property
    In This Topic
    Gets the object that represents the Quick Access Toolbar (QAT).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Qat As RibbonQat
    'Usage
     
    
    Dim instance As RibbonBar
    Dim value As RibbonQat
     
    value = instance.Qat
    public RibbonQat Qat {get;}
    See Also