NetXP 3.0 Reference

TableColor Enumeration

Provides a collection of colors defined in each color table.

[Visual Basic]
Public Enum TableColor
[C#]
public enum TableColor

Members

Member NameDescription
TaskPaneStart The first gradient color for the task pane background.
TaskPaneEnd The last gradient color for the task pane background.
SystemTaskHeaderStart The first gradient color for the special task pane group header background.
SystemTaskHeaderEnd The last gradient color for the special task pane group header background.
SystemTaskHeaderTextNormal The color for the special task pane group header text (normal state).
SystemTaskHeaderTextHover The color for the special task pane group header text (hover state).
SystemTaskBoxFill The background fill color for the special task pane group's body.
SystemTaskBoxBorder The color of the border of special task pane groups.
SystemTaskButtonColor A general-purpose color used for the chevron button of a special task pane group.
NormalTaskHeaderStart The first gradient color for the normal task pane group header background.
NormalTaskHeaderEnd The last gradient color for the normal task pane group header background.
NormalTaskHeaderTextNormal The color for the normal task pane group header text (normal state).
NormalTaskHeaderTextHover The color for the normal task pane group header text (hover state).
NormalTaskBoxFill The background fill color for the normal task pane group's body.
NormalTaskBoxBorder The color of the border of normal task pane groups.
NormalTaskButtonColor A general-purpose color used for the chevron button of a normal task pane group.
LinkColorNormal The color used for task pane links (normal state).
LinkColorHover The color used for task pane links (hover state).
RebarGradientStart The background color on the left side of a command bar dock.
RebarGradientEnd The background color on the right side of a command bar dock.
ToolbarGradientStart The toolbar gradient background color (top).
ToolbarGradientEnd The toolbar gradient background color (bottom).
ToolbarBottom The color of the bottom line of a toolbar.
GripperDark The dark color of 3D grippers.
GripperLight The light color of 3D grippers.
ToolbarButtonBorder The color of a toolbar button's border.
ToolbarButtonToggledGradientStart The background gradient for a checked toolbar button (top color).
ToolbarButtonToggledGradientEnd The background gradient for a checked toolbar button (bottom color).
ToolbarButtonPressedGradientStart The background gradient for a pressed toolbar button (top color).
ToolbarButtonPressedGradientEnd The background gradient for a pressed toolbar button (bottom color).
ToolbarButtonHoverGradientStart The background gradient for a hot toolbar button (top color).
ToolbarButtonHoverGradientEnd The background gradient for a hot toolbar button (bottom color).
PopupMenuBackground The background color of a context menu window.
PopupMenuBorder The border color of a context menu window.
MenuBarItemGradientStart The background gradient for a dropped-down toolbar button or top-level menu item (top color).
MenuBarItemGradientEnd The background gradient for a dropped-down toolbar button or top-level menu item (bottom color).
PopupMenuItemUncommonGradientStart The gradient background color shown to the left of an infrequent popup menu item (left).
PopupMenuItemUncommonGradientEnd The gradient background color shown to the left of an infrequent popup menu item (right).
PopupMenuItemCommonGradientStart The gradient background color shown to the left of a normal popup menu item (left).
PopupMenuItemCommonGradientEnd The gradient background color shown to the left of a normal popup menu item (right).
PopupMenuItemSelected The background color of a selected popup menu item.
PopupMenuItemChecked The background color of a checked popup menu item.
PopupMenuItemCheckedHover The background color of a selected checked popup menu item.
Separator General color for separators.

Requirements

Namespace: NETXP.Library

Assembly: NETXP.Library (in NETXP.Library.dll)

See Also

NETXP.Library Namespace