Gets or sets the highlight color of a ribbon tab which is used when a tab is selected.
public Color HighlightTabColor { get; set; }
Public Property HighlightTabColor As Color
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;
Dim ribbonColors As TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors =
New TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors()
ribbonColors.HighlightTabColor = System.Drawing.Color.White