Vcl.Themes.TStyleColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStyleColor = (scBorder, scButtonDisabled, scButtonFocused, scButtonHot,
scButtonNormal, scButtonPressed, scCategoryButtons, scCategoryButtonsGradientBase,
scCategoryButtonsGradientEnd, scCategoryPanelGroup, scComboBox,
scComboBoxDisabled, scEdit, scEditDisabled, scGrid, scGenericBackground,
scGenericGradientBase, scGenericGradientEnd, scHintGradientBase,
scHintGradientEnd, scListBox, scListBoxDisabled, scListView, scPanel, scPanelDisabled,
scSplitter, scToolBarGradientBase, scToolBarGradientEnd, scTreeView, scWindow);

C++

enum DECLSPEC_DENUM TStyleColor : unsigned char { scBorder, scButtonDisabled, scButtonFocused, scButtonHot, scButtonNormal, scButtonPressed, scCategoryButtons, scCategoryButtonsGradientBase, scCategoryButtonsGradientEnd, scCategoryPanelGroup, scComboBox, scComboBoxDisabled, scEdit, scEditDisabled, scGrid, scGenericBackground, scGenericGradientBase, scGenericGradientEnd, scHintGradientBase, scHintGradientEnd, scListBox, scListBoxDisabled, scListView, scPanel, scPanelDisabled, scSplitter, scToolBarGradientBase, scToolBarGradientEnd, scTreeView, scWindow };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

Description

Describes the possible colors used for different parts and states of an element.

TElementColor specifies the types of colors for an element.


Value Meaning
scBorder Color of the border of an element.
scButtonDisabled The color of a button when the button is disabled.
scButtonFocused The color of a button when the button has the focus.
scButtonHot The color of a button when the mouse is over it.
scButtonNormal The color of a buttons when the button is in the normal state.
scButtonPressed The color of a button when the button is pressed.
scCategoryButtons The color of category buttons.
scCategoryButtonsGradientBase The start color of the gradient used for category buttons.
scCategoryButtonsGradienEnd The end color of the gradient used for category buttons.
scCategoryPanelGroup The background color of category panel groups.
scComboBox The background color of combo boxes.
scComboBoxDisabled The background color of a combobox when the combobox is disabled.
scEdit The background color of edit boxes.
scEditDisabled The background color of an edit box when the edit box is disabled.
scGrid The color of grids.
scGenericBackground The color of a generic background.
scGenericGradientBase The start color of a generic gradient.
scGenericGradientEnd The end color of a generic gradient.
scHintGradientBase The start color of the gradient used for hint boxes.
scHintGradientEnd The end color of the gradient used for hint boxes.
scListBox The background color for list boxes.
scListBoxDisabled The background color for a list box when the list box is disabled.
scListView The background color for the list view component.
scPanel The background color of panels.
scPanelDisabled The background color of a panel when the panel is disabled.
scSplitter The color for splitters.
scToolBarGradientBase The start color of the gradient used for tool bars.
scToolBarGradientEnd The start color of the gradient used for tool bars.
scTreeView The background color for the tree view component.
scWindow The background color of windows.

See Also