RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.CommandProperties Property

CommandProperties exposes the properties associated with the TActionClientItem object.

Pascal
property CommandProperties: TCommandProperties;
C++
__property TCommandProperties CommandProperties;

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.
 

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