Gets or sets the background color of a ribbon tab.
public Color TabColor { get; set; }
The following example shows a Ribbon.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors ribbonColors =
new TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors();
ribbonColors.TabColor = System.Drawing.Color.White;