Category / Section
How to set the description on WinForms RibbonControlAdv?
Description on RibbonControlAdv
The SetDescription method of the ribbonControlAdv used to gets or sets the text that displayed with the component in the quick panel customizing dialog.
C#
this.ribbonControlAdv1.SetDescription(this.toolStripTabItem1, "This is a drop down button");
VB
Me.ribbonControlAdv1.SetDescription(Me.toolStripTabItem1, " This is a drop down button")