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

TThemedMenu

Declaration

Source position: themes.pas line 160

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

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.