RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
RibbonStyleActnCtrls.TSkinMenu Enumeration

Individual skinned items of Menu.

Pascal
TSkinMenu = (
  smBackground,
  smBanner,
  smNormal,
  smSelected,
  smHover,
  smDisabled,
  smCheck,
  smCheckDisabled,
  smCheckIcon,
  smCheckDisabledIcon,
  smRadio,
  smRadioDisabled,
  smSeparator,
  smArrowLeftIcon,
  smArrowLeftDisabledIcon,
  smArrowRightIcon,
  smArrowRightDisabledIcon,
  smResize,
  smResizeVertical,
  smResizeBoth,
  smRichContentHover,
  smRichContentDisabled,
  smScrollButton,
  smScrollButtonHover,
  smScrollButtonUpIcon,
  smScrollButtonDownIcon,
  smOptionButton,
  smOptionButtonHover,
  smOptionButtonDisabled
);
C++
enum TSkinMenu {
  smBackground,
  smBanner,
  smNormal,
  smSelected,
  smHover,
  smDisabled,
  smCheck,
  smCheckDisabled,
  smCheckIcon,
  smCheckDisabledIcon,
  smRadio,
  smRadioDisabled,
  smSeparator,
  smArrowLeftIcon,
  smArrowLeftDisabledIcon,
  smArrowRightIcon,
  smArrowRightDisabledIcon,
  smResize,
  smResizeVertical,
  smResizeBoth,
  smRichContentHover,
  smRichContentDisabled,
  smScrollButton,
  smScrollButtonHover,
  smScrollButtonUpIcon,
  smScrollButtonDownIcon,
  smOptionButton,
  smOptionButtonHover,
  smOptionButtonDisabled
};

TSkinMenu enumerates the individual skinned items of a Menu.

Value 
Meaning 
smBackground  
Background  
smBanner  
Banner  
smNormal  
Normal  
smSelected  
Selected  
smSelectedStart  
Selected start  
smSelectedEnd  
Selected end  
smHover  
Hover  
smHoverStart  
Hover start  
smHoverEnd  
Hover end  
smHoverSelected  
Selected hover  
smDisabled  
Disabled  
smCheck  
Check  
smCheckDisabled  
Disabled check  
smCheckIcon  
Check icon  
smCheckDisabledIcon  
Disabled check icon  
smRadio  
Radio  
smRadioDisabled  
Disabled radio  
smSeparator  
Separator  
smArrowLeftIcon  
Left arrow icon  
smArrowRightIcon  
Right arrow icon  
smResize  
Resize  
smResizeVertical  
Vertical resize  
smResizeBoth  
Resize both  
smRichContentHover  
Rich content hover  
smRichContentDisabled  
Disabled rich content  
smScrollButton  
Scroll button  
smScrollButtonHover  
Scroll button hover  
smScrollButtonUpIcon  
Up scroll button icon  
smScrollButtonDownIcon  
Down scroll button icon  
smOptionButton  
Option button  
smOptionButtonHover  
Option button hover  
smOptionButtonDisabled  
Disabled option button  

 

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