Vcl.RibbonStyleActnCtrls.TSkinGallery
Delphi
TSkinGallery = (sgButton, sgUpButton, sgUpButtonHover, sgUpButtonPressed,
sgUpButtonDisabled, sgDownButton, sgDownButtonHover, sgDownButtonPressed,
sgDownButtonDisabled, sgMoreButton, sgMoreButtonHover, sgMoreButtonHoverDisabled,
sgMoreButtonDisabled, sgItemHover, sgItemPressed, sgItemSelected, sgItemHoverSelected);
C++
enum DECLSPEC_DENUM TSkinGallery : unsigned char { sgButton, sgUpButton, sgUpButtonHover, sgUpButtonPressed, sgUpButtonDisabled, sgDownButton, sgDownButtonHover, sgDownButtonPressed, sgDownButtonDisabled, sgMoreButton, sgMoreButtonHover, sgMoreButtonHoverDisabled, sgMoreButtonDisabled, sgItemHover, sgItemPressed, sgItemSelected, sgItemHoverSelected };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.RibbonStyleActnCtrls.pas Vcl.RibbonStyleActnCtrls.hpp |
Vcl.RibbonStyleActnCtrls | Vcl.RibbonStyleActnCtrls |
Description
Individual skinned items of Gallery.
TSkinGallery enumerates the individual skinned items of a Gallery.
| Value | Meaning |
|---|---|
|
sgBackground |
Background |
|
sgUpButton |
Up button |
|
sgUpButtonHover |
Up button hover |
|
sgUpButtonPressed |
Pressed up button |
|
sgupButtonDisabled |
Disabled up button |
|
sgDownButton |
Down button |
|
sgDownButtonHover |
Down button hover |
|
sgDownButtonPressed |
Pressed down button |
|
sgDownButtonDisabled |
Disabled down button |
|
sgMoreButton |
More button |
|
sgMoreButtonHover |
More button hover |
|
sgUpIcon |
Up icon |
|
sgDownIcon |
Down icon |
|
sgMoreIcon |
More icon |