Unit 'Themes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TThemedButton

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

  

);



CT Web help

CodeTyphon Studio