Articles in this section

How to remove QuickItems from WinForms RibbonControlAdv programatically?

Remove quickitems from RibbonControlAdv

In our latest version Essential Studio 2008 Volume 1, collection related properties MainItems and QuickItems are added to the RibbonControlAdv Header to access items collection. You can use RemoveAt method of RibbonControlAdv.Header.QuickItems can be used for removing QuickItems from RibbonControlAdv.

C#

//Remove the toolstripitems from QuickItems collection from the specified index
this.ribbonControlAdv1.Header.QuickItems.RemoveAt(5);

VB

''Remove the toolstripitems from QuickItems collection from the specified index
Me.RibbonControlAdv1.Header.QuickItems.RemoveAt(5)

 

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