Gets or sets the menu color of a ribbon.
public Color MenuColor { get; set; }
Public Property MenuColor As Color
The following example shows a Ribbon.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors ribbonColors =
new TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors();
ribbonColors.MenuColor = System.Drawing.Color.White;
Dim ribbonColors As TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors =
New TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors()
ribbonColors.MenuColor = System.Drawing.Color.White