How to change the caption style of the Ribbon Form in WinForms RibbonControlAdv?
Change caption style
The CaptionStyle property specifies the style of the caption in the RibbonControlAdv.
C#
this.ribbonControlAdv1.CaptionStyle = CaptionStyle.Default;
VB
Me.ribbonControlAdv1.CaptionStyle = CaptionStyle.Default