[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Themes' (#lcl)

TThemedButton

Represents theme elements for buttons.

Declaration

Source position: themes.pas line 85

type TThemedButton = (

  tbButtonDontCare,

  

  tbButtonRoot,

  

  tbPushButtonNormal,

  

  tbPushButtonHot,

  

  tbPushButtonPressed,

  

  tbPushButtonDisabled,

  

  tbPushButtonDefaulted,

  

  tbRadioButtonUncheckedNormal,

  

  tbRadioButtonUncheckedHot,

  

  tbRadioButtonUncheckedPressed,

  

  tbRadioButtonUncheckedDisabled,

  

  tbRadioButtonCheckedNormal,

  

  tbRadioButtonCheckedHot,

  

  tbRadioButtonCheckedPressed,

  

  tbRadioButtonCheckedDisabled,

  

  tbCheckBoxUncheckedNormal,

  

  tbCheckBoxUncheckedHot,

  

  tbCheckBoxUncheckedPressed,

  

  tbCheckBoxUncheckedDisabled,

  

  tbCheckBoxCheckedNormal,

  

  tbCheckBoxCheckedHot,

  

  tbCheckBoxCheckedPressed,

  

  tbCheckBoxCheckedDisabled,

  

  tbCheckBoxMixedNormal,

  

  tbCheckBoxMixedHot,

  

  tbCheckBoxMixedPressed,

  

  tbCheckBoxMixedDisabled,

  

  tbGroupBoxNormal,

  

  tbGroupBoxDisabled,

  

  tbUserButton

  

);


Version 3.2 Generated 2024-02-25 Home