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

TThemedMenu

Declaration

Source position: themes.pas line 162

type TThemedMenu = (

  tmMenuDontCare,

  

  tmMenuRoot,

  

  tmMenuItemNormal,

  

  tmMenuItemSelected,

  

  tmMenuItemDemoted,

  

  tmMenuDropDown,

  

  tmMenuBarItem,

  

  tmMenuBarDropDown,

  

  tmChevron,

  

  tmSeparator,

  

  tmBarBackgroundActive,

  

  tmBarBackgroundInactive,

  

  tmBarItemNormal,

  

  tmBarItemHot,

  

  tmBarItemPushed,

  

  tmBarItemDisabled,

  

  tmBarItemDisabledHot,

  

  tmBarItemDisabledPushed,

  

  tmPopupBackground,

  

  tmPopupBorders,

  

  tmPopupCheckMarkNormal,

  

  tmPopupCheckMarkDisabled,

  

  tmPopupBulletNormal,

  

  tmPopupBulletDisabled,

  

  tmPopupCheckBackgroundDisabled,

  

  tmPopupCheckBackgroundNormal,

  

  tmPopupCheckBackgroundBitmap,

  

  tmPopupGutter,

  

  tmPopupItemNormal,

  

  tmPopupItemHot,

  

  tmPopupItemDisabled,

  

  tmPopupItemDisabledHot,

  

  tmPopupSeparator,

  

  tmPopupSubmenuNormal,

  

  tmPopupSubmenuDisabled,

  

  tmSystemCloseNormal,

  

  tmSystemCloseDisabled,

  

  tmSystemMaximizeNormal,

  

  tmSystemMaximizeDisabled,

  

  tmSystemMinimizeNormal,

  

  tmSystemMinimizeDisabled,

  

  tmSystemRestoreNormal,

  

  tmSystemRestoreDisabled

  

);



CT Web help

CodeTyphon Studio