Skip to content

XTPRibbonTabContextColor Enumeration

Description

Ribbon tab colors used for contextual tabs.

Members

Member Description
xtpRibbonTabContextColorNone For a tab will not be displayed when this color is used.
xtpRibbonTabContextColorBlue Use the default ribbon color.
xtpRibbonTabContextColorYellow Yellow.
xtpRibbonTabContextColorGreen Green.
xtpRibbonTabContextColorRed Red.
xtpRibbonTabContextColorPurple Purple.
xtpRibbonTabContextColorCyan Cyan.
xtpRibbonTabContextColorOrange Orange.

Remarks

The colors in the XTPRibbonTabContextColor enumeration are used by the Ribbon Tab Color property to indicate the color and its ContextCaption. The picture below illustrates this:

Context Color Illustration

These colors can also be used just to specify the color of a tab on mouse over if no ContextCaption is added.

Note: To join the ContextCaption of two or more tabs as seen in the picture, the tabs must all be adjacent, have the same ContextCaption, and have the same Ribbon Tab Color.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.