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