Vcl.Themes.TThemedTaskBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedTaskBar = (
ttbTaskBarDontCare,
ttbTaskBarRoot,
ttbBackgroundBottom,
ttbBackgroundRight,
ttbBackgroundTop,
ttbBackgroundLeft,
ttbSizingBarBottom,
ttbSizingBarRight,
ttbSizingBarTop,
ttbSizingBarLeft
);

C++

enum DECLSPEC_DENUM TThemedTaskBar : unsigned char { ttbTaskBarDontCare, ttbTaskBarRoot, ttbBackgroundBottom, ttbBackgroundRight, ttbBackgroundTop, ttbBackgroundLeft, ttbSizingBarBottom, ttbSizingBarRight, ttbSizingBarTop, ttbSizingBarLeft };

Properties

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

Description

TThemedTaskBar describes the possible themable parts of a system task bar.

TThemedTaskBar describes the possible themable parts of a system task bar. The following table lists the possible values of TThemedTaskBar and their meaning.



Value Description

ttTaskBarDontCare

The content that is shared across all the task bar parts.

ttTaskBarRoot

The content that is shared across all the task bar states.

ttbTimeNormal

The task bar in its normal state.



See Also