RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedMenu Enumeration

TThemedMenu describes the possible themable parts of a menu.

Pascal
TThemedMenu = (
  tmMenuDontCare,
  tmMenuRoot,
  tmMenuItemNormal,
  tmMenuItemSelected,
  tmMenuItemDemoted,
  tmMenuDropDown,
  tmMenuBarItem,
  tmMenuBarDropDown,
  tmChevron,
  tmSeparator
);
C++
enum TThemedMenu {
  tmMenuDontCare,
  tmMenuRoot,
  tmMenuItemNormal,
  tmMenuItemSelected,
  tmMenuItemDemoted,
  tmMenuDropDown,
  tmMenuBarItem,
  tmMenuBarDropDown,
  tmChevron,
  tmSeparator
};

TThemedMenu describes the possible themable parts of a menu. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!