Gets or sets the highlight color of a ribbon's first tab which is used, when the mouse pointer is moved over it.
public Color ApplicationMenuTabHighlightColor { get; set; }
The following example shows a Ribbon.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors ribbonColors =
new TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors();
ribbonColors.ApplicationMenuTabHighlightColor
= System.Drawing.Color.White;