Vcl.ActnMan.TActionClientItem.CommandProperties
Delphi
property CommandProperties: TCommandProperties read FCommandProperties write SetCommandProperties;
C++
__property TCommandProperties* CommandProperties = {read=FCommandProperties, write=SetCommandProperties};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TActionClientItem |
Description
CommandProperties exposes the properties associated with the TActionClientItem object.
Use CommandProperties to obtain a TCommandProperties object that allows you to modify the properties that TActionClientItem has on a ribbon group. The CommandProperties property depends on the value of CommandStyle.
Note: When the value of the CommandStyle property is changed, the object exposed by CommandProperties is automatically re-created by the action client item.