Vcl.Themes.TThemedMonthCal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedMonthCal = (
tmcMonthCalDontCare,
tmcMonthCalRoot,
tmcBackground,
tmcBorders,
tmcGridBackground,
tmcColHeaderSplitter,
tmcGridCellBackgroundSelected, tmcGridCellBackgroundHot, tmcGridCellBackgroundSelectedHot, tmcGridCellBackgroundSelectedNotFocused, tmcGridCellBackgroundToday,
tmcGridCellHot, tmcGridCellHasState, tmcGridCellHasStateHot, tmcGridCellToday,
tmcGridCellUpperHot, tmcGridCellUpperHasState, tmcGridCellUpperHasStateHot,
tmcTrailingGridCellHot, tmcTrailingGridCellHasState, tmcTrailingGridCellHasStateHot, tmcTrailingGridCellToday,
tmcTrailingGridCellUpperHot, tmcTrailingGridCellUpperHasState, tmcTrailingGridCellUpperHasStateHot,
tmcNavNextNormal, tmcNavNextHot, tmcNavNextPressed, tmcNavNextDisabled,
tmcNavPrevNormal, tmcNavPrevHot, tmcNavPrevPressed, tmcNavPrevDisabled
);

C++

enum DECLSPEC_DENUM TThemedMonthCal : unsigned char { tmcMonthCalDontCare, tmcMonthCalRoot, tmcBackground, tmcBorders, tmcGridBackground, tmcColHeaderSplitter, tmcGridCellBackgroundSelected, tmcGridCellBackgroundHot, tmcGridCellBackgroundSelectedHot, tmcGridCellBackgroundSelectedNotFocused, tmcGridCellBackgroundToday, tmcGridCellHot, tmcGridCellHasState, tmcGridCellHasStateHot, tmcGridCellToday, tmcGridCellUpperHot, tmcGridCellUpperHasState, tmcGridCellUpperHasStateHot, tmcTrailingGridCellHot, tmcTrailingGridCellHasState, tmcTrailingGridCellHasStateHot, tmcTrailingGridCellToday, tmcTrailingGridCellUpperHot, tmcTrailingGridCellUpperHasState, tmcTrailingGridCellUpperHasStateHot, tmcNavNextNormal, tmcNavNextHot, tmcNavNextPressed, tmcNavNextDisabled,
    tmcNavPrevNormal, tmcNavPrevHot, tmcNavPrevPressed, tmcNavPrevDisabled };

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.