Articles in this section
Category / Section

How to show or hide a particular item in customized QuickAccessDialog windows of the WinForms RibbonControlAdv?

1 min read

Show or hide the QAT list

In a Customized QAT window, all the WinForms RibbonControl items are loaded, by default. In some cases, you may like to prevent some of the RibbonControlAdv items to be listed out. It is possible to prevent particular items to be displayed in a Customized QAT window by using the function SetUseInCustomQuickAccessDialog in the RibbonControlAdv.

C#

//Shows or hides the component in Custom quick access dialog.
this.ribbonControlAdv1.SetUseInCustomQuickAccessDialog(this.toolStripEx1, false);

VB

'Shows or hides the component in Custom quick access dialog.
Me.ribbonControlAdv1.SetUseInCustomQuickAccessDialog(Me.toolStripEx1, False)

 

Toolstripex is displayed in QAT list in WinForms RibbonControl

Figure 1: ToolStripEx is displayed in QAT list

 

Toolstripex is hidden in QAT list in WinForms RibbonControl

Figure 2: ToolStripEx is hidden in QAT list

 

Samples:

C#: http://www.syncfusion.com/downloads/support/directtrac/134037/ze/Ribbon_QAT1959532918

VB: http://www.syncfusion.com/downloads/support/directtrac/134037/ze/Ribbon_QAT_VB-1952884278

 

Conclusion

I hope you enjoyed learning about how to show or hide a particular item in customized QuickAccessDialog windows of the WinForms RibbonControlAdv.

You can refer to our WinForms Ribbon Control’s feature tour page to know about its other groundbreaking feature representations. You can also explore our WinForms Ribbon Control documentation to understand how to present and manipulate data. 

For current customers, you can check out our WinForms components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our WinForms Ribbon Control and other WinForms components.

If you have any queries or require clarifications, please let us know in comments below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied