Vcl.ActnMan.TCustomActionControl.SmallIcon
Delphi
property SmallIcon: Boolean read FSmallIcon write SetSmallIcon;
C++
__property bool SmallIcon = {read=FSmallIcon, write=SetSmallIcon, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionControl |
Description
Indicates whether the control's small icon should be shown.
Set SmallIcon to true if you want the small icon associated with the control to be shown. Otherwise, set it to false.