Gets or sets the background color of the group's label.
public System.Drawing.Color BackColor { get; set; }
The following example shows the 'Contextual
TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup tabGroup = new TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup();
tabGroup.Name = "-------";
tabGroup.BackColor = System.Drawing.Color.White;