Vcl.RibbonStyleActnCtrls.TSkinMenu
Delphi
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 DECLSPEC_DENUM TSkinMenu : unsigned char { 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 };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.RibbonStyleActnCtrls.pas Vcl.RibbonStyleActnCtrls.hpp |
Vcl.RibbonStyleActnCtrls | Vcl.RibbonStyleActnCtrls |
Description
Individual skinned items of Menu.
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 |