Vcl.Ribbon.TCustomRibbon.GetIcon
Delphi
function GetIcon(out IconSize: TIconSize): TIcon; virtual;
C++
virtual Vcl::Graphics::TIcon* __fastcall GetIcon(/* out */ TIconSize &IconSize);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.Ribbon.pas Vcl.Ribbon.hpp |
Vcl.Ribbon | TCustomRibbon |
Description
Return Icon used by Application Menu Button.
GetIcon returns the Icon used by the Application Menu Button. If there is no Icon assigned to the TApplicationMenu.Icon property, the application's icon is used.