|
The quick items can be added to the RibbonControlAdv using AddQuickItem() method. If the toolstripItem object added to the header as quickitems should be reflectable, because then only it will be displayed in a CustomizeQuickItemsDialog.
C# ribbonControlAdv1.Header.AddQuickItem(new Syncfusion.Windows.Forms.Tools.QuickButtonReflectable(this.helpToolStripButton));
VB ribbonControlAdv1.Header.AddQuickItem(New Syncfusion.Windows.Forms.Tools.QuickButtonReflectable(Me.helpToolStripButton)) Sample: http://websamples.syncfusion.com/samples/KB/Tools.Windows/KB_AddQuickItem/main.htm |