RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRibbon.GetIcon Method

Return Icon used by Application Menu Button.

Pascal
function GetIcon(out IconSize: TIconSize): TIcon; virtual;
C++
virtual __fastcall TIcon GetIcon(TIconSize IconSize);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!