2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Adding items to QATTo add the ToolStripItem to QAT programmatically, use the Header property and the AddQuickItem function of the RibbonControlAdv. To load QAT items, you have to typecast the ToolStripItem as the QuickButtonReflectable type. C# //Adds the item in the Quick Access ToolBar. this.ribbonControlAdv1.Header.AddQuickItem(new Syncfusion.Windows.Forms.Tools.QuickButtonReflectable(this.openToolStripButton)); this.ribbonControlAdv1.Header.AddQuickItem(new Syncfusion.Windows.Forms.Tools.QuickButtonReflectable(this.saveToolStripButton)); VB 'Adds the item in the Quick Access ToolBar. Me.ribbonControlAdv1.Header.AddQuickItem(New Syncfusion.Windows.Forms.Tools.QuickButtonReflectable(Me.openToolStripButton)) Me.ribbonControlAdv1.Header.AddQuickItem(New Syncfusion.Windows.Forms.Tools.QuickButtonReflectable(Me.saveToolStripButton))
Figure 1: RibbonForm without adding the ToolStripItems in Quick Access ToolBar Figure 2: ToolStripItems are added to the Quick Access ToolBar in RibbonForm
Figure 3: Before reflecting Quick items in the Quick Access ToolBar
Figure 4: Quick items reflected in the “Customize Quick Access ToolBar” Samples: C#: http://www.syncfusion.com/downloads/support/directtrac/141998/ze/RibbonControlAdv-702687587 VB: http://www.syncfusion.com/downloads/support/directtrac/141998/ze/RibbonControlAdv_VB786234609 Reference link: https://help.syncfusion.com/windowsforms/ribbon/quick-access-toolbar |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.