Gets or sets the highlight color of a ribbon tab which is used when a tab is selected.
public Color HighlightTabColor { get; set; }
The following example shows a Ribbon.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors ribbonColors =
new TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors();
ribbonColors.HighlightTabColor = System.Drawing.Color.White;