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

TThemedTrackBar

Represents theme elements used to theme track bars.

Declaration

Source position: themes.pas line 329

type TThemedTrackBar = (

  ttbTrackBarDontCare,

  

  ttbTrackBarRoot,

  

  ttbTrack,

  

  ttbTrackVert,

  

  ttbThumbNormal,

  

  ttbThumbHot,

  

  ttbThumbPressed,

  

  ttbThumbFocused,

  

  ttbThumbDisabled,

  

  ttbThumbBottomNormal,

  

  ttbThumbBottomHot,

  

  ttbThumbBottomPressed,

  

  ttbThumbBottomFocused,

  

  ttbThumbBottomDisabled,

  

  ttbThumbTopNormal,

  

  ttbThumbTopHot,

  

  ttbThumbTopPressed,

  

  ttbThumbTopFocused,

  

  ttbThumbTopDisabled,

  

  ttbThumbVertNormal,

  

  ttbThumbVertHot,

  

  ttbThumbVertPressed,

  

  ttbThumbVertFocused,

  

  ttbThumbVertDisabled,

  

  ttbThumbLeftNormal,

  

  ttbThumbLeftHot,

  

  ttbThumbLeftPressed,

  

  ttbThumbLeftFocused,

  

  ttbThumbLeftDisabled,

  

  ttbThumbRightNormal,

  

  ttbThumbRightHot,

  

  ttbThumbRightPressed,

  

  ttbThumbRightFocused,

  

  ttbThumbRightDisabled,

  

  ttbThumbTics,

  

  ttbThumbTicsVert

  

);


Version 3.2 Generated 2024-02-25 Home