Vcl.Ribbon.TApplicationMenu.Icon
Delphi
property Icon: TIcon read FIcon write SetIcon;
C++
__property Vcl::Graphics::TIcon* Icon = {read=FIcon, write=SetIcon};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.Ribbon.pas Vcl.Ribbon.hpp |
Vcl.Ribbon | TApplicationMenu |
Description
Icon to display on the application button.
It can have one of three sizes: isSmall, isMedium, isLarge.
If no icon is assigned, the default application icon (isMedium value) is used.