Vcl.ActnMan.TActionClients.SmallIcons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SmallIcons: Boolean read FSmallIcons write SetSmallIcons default True;

C++

__property bool SmallIcons = {read=FSmallIcons, write=SetSmallIcons, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClients

Description

Determines whether the small icons associated with the TActionClient objects contained by the TClientActions object are displayed in an action band.

Use SmallIcons to specify whether small icons are used in place of large icons when an action band renders a UI element. Setting SmallIcons to true causes the small version of the icon to be displayed.