Articles in this section
Category / Section

How to set the description on WinForms RibbonControlAdv?

1 min read

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")

 

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