Vcl.Themes.TThemedToggleSwitch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedToggleSwitch = (
ttsToggleSwitchDontCare,
ttsToggleSwitchRoot,
ttsTrackOffNormal, ttsTrackOffHot, ttsTrackOffDisabled,
ttsTrackOnNormal, ttsTrackOnHot, ttsTrackOnDisabled,
ttsThumbNormal, ttsThumbHot, ttsThumbDisabled
);

C++

enum DECLSPEC_DENUM TThemedToggleSwitch : unsigned char { ttsToggleSwitchDontCare, ttsToggleSwitchRoot, ttsTrackOffNormal, ttsTrackOffHot, ttsTrackOffDisabled, ttsTrackOnNormal, ttsTrackOnHot, ttsTrackOnDisabled, ttsThumbNormal, ttsThumbHot, ttsThumbDisabled };

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.