Vcl.Themes.TThemedMPlayerButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedMPlayerButtons = (
tmpbPlayNormal, tmpbPlayHot, tmpbPlayPressed, tmpbPlayDisabled,
tmpbPauseNormal, tmpbPauseHot, tmpbPausePressed, tmpbPauseDisabled,
tmpbStopNormal, tmpbStopHot, tmpbStopPressed, tmpbStopDisabled,
tmpbNextNormal, tmpbNextHot, tmpbNextPressed, tmpbNextDisabled,
tmpbPrevNormal, tmpbPrevHot, tmpbPrevPressed, tmpbPrevDisabled,
tmpbStepNormal, tmpbStepHot, tmpbStepPressed, tmpbStepDisabled,
tmpbBackNormal, tmpbBackHot, tmpbBackPressed, tmpbBackDisabled,
tmpbRecordNormal, tmpbRecordHot, tmpbRecordPressed, tmpbRecordDisabled,
tmpbEjectNormal, tmpbEjectHot, tmpbEjectPressed, tmpbEjectDisabled
);

C++

enum DECLSPEC_DENUM TThemedMPlayerButtons : unsigned char { tmpbPlayNormal, tmpbPlayHot, tmpbPlayPressed, tmpbPlayDisabled, tmpbPauseNormal, tmpbPauseHot, tmpbPausePressed, tmpbPauseDisabled, tmpbStopNormal, tmpbStopHot, tmpbStopPressed, tmpbStopDisabled, tmpbNextNormal, tmpbNextHot, tmpbNextPressed, tmpbNextDisabled, tmpbPrevNormal, tmpbPrevHot, tmpbPrevPressed, tmpbPrevDisabled, tmpbStepNormal, tmpbStepHot, tmpbStepPressed, tmpbStepDisabled, tmpbBackNormal, tmpbBackHot, tmpbBackPressed, tmpbBackDisabled, tmpbRecordNormal, tmpbRecordHot, tmpbRecordPressed, tmpbRecordDisabled, tmpbEjectNormal, tmpbEjectHot, tmpbEjectPressed, tmpbEjectDisabled };

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.