Gets or sets the colors of the ribbon. The property value is an object of the type Windows.
public Ribbon.Colors DisplayColors { get; set; }
The following example shows the 'TXText
TXTextControl.Windows.Forms.Ribbon.Ribbon ribbon = new TXTextControl.Windows.Forms.Ribbon.Ribbon();
ribbon.DisplayColors = System.Drawing.Color.White;