Vcl.Ribbon.TIconSize
Delphi
TIconSize = (isSmall, isMedium, isLarge);
C++
enum DECLSPEC_DENUM TIconSize : unsigned char { isSmall, isMedium, isLarge };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Ribbon.pas Vcl.Ribbon.hpp |
Vcl.Ribbon | Vcl.Ribbon |
Description
Enumerates the possible sizes of an icon used in ribbon controls, for example TApplicationMenu.
TIconSize can take three values:
| Value | Meaning |
|---|---|
|
|
The icon is small. |
|
|
The icon has a medium size. |
|
|
The icon is large. |
See Also