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

TThemedMenu

Represents theme elements used to theme Menus.

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

);


Version 3.2 Generated 2024-02-25 Home