Category / Section
                                    
                                How to show the caption of the ToolStripEx in WinForms RibbonControlAdv?
                
                
                    1 min read
                
            
    Show the caption
We can set the ShowCaption property of RibbonControlAdv to true to show the caption in the toolStripEx.
C#
this.ribbonControlAdv1.ShowCaption =true;
VB
Me.ribbonControlAdv1.ShowCaption=True
