The Ribbon.
public class Ribbon.Colors
Public Class Ribbon.Colors
Introduced: X14.
The following example shows a Ribbon.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors ribbonColors =
new TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors();
ribbonColors.ApplicationMenuColor = System.Drawing.Color.White;
Dim ribbonColors As TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors =
New TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors()
ribbonColors.ApplicationMenuColor = System.Drawing.Color.White
Constructor | Description |
---|---|
Colors | Initializes a new instance of the Ribbon. |
Method | Description |
---|---|
Reset |
Resets the ribbon's Application |
Reset |
Resets the ribbon's Application |
Reset |
Resets the ribbon's Application |
Reset |
Resets the ribbon's Highlight |
Reset |
Resets the ribbon's Menu |
Reset |
Resets the ribbon's Tab |
Property | Description |
---|---|
Application |
Gets or sets the background color of a ribbon's application menu. |
Application |
Gets or sets the color of a ribbon's first tab, which opens the application menu. |
Application |
Gets or sets the highlight color of a ribbon's first tab which is used, when the mouse pointer is moved over it. |
Highlight |
Gets or sets the highlight color of a ribbon tab which is used when a tab is selected. |
Menu |
Gets or sets the menu color of a ribbon. |
Tab |
Gets or sets the background color of a ribbon tab. |