How to set the Office12 mode for the ToolStripEx in WinForms RibbonControlAdv?
Office12mode for ToolStripEx
The Office12Mode property gets or sets a value to specify whether the Office2007 or Office12 mode should be turned on.
C#
this.tooStripEx1.Office12Mode = true;
VB
Me.tooStripEx1.Office12Mode = True