Vcl.Themes.TThemedStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedStatus = (
tsStatusDontCare,
tsStatusRoot,
tsPane,
tsGripperPane,
tsGripper
);

C++

enum DECLSPEC_DENUM TThemedStatus : unsigned char { tsStatusDontCare, tsStatusRoot, tsPane, tsGripperPane, tsGripper };

Properties

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

Description

TThemedStatus describes the possible themable parts of a status bar.

TThemedStatus describes the possible themable parts of a status bar. The following table lists the possible values of TThemedStatus and their meaning.



Value Description

tsStatusDontCare

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

tsStatusRoot

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

tsPane

The pane on the status bar.

tsGripperPane

The gripper pane on the status bar.

tsGripper

The gripper located on the right side of the status bar.



See Also