Gets or sets the menu color of a ribbon.
public Color MenuColor { get; set; }
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;