Vcl.ActnMan.TActionClientItem.CommandStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommandStyle: TCommandStyle read FCommandStyle write SetCommandStyle default csButton;

C++

__property TCommandStyle CommandStyle = {read=FCommandStyle, write=SetCommandStyle, default=0};

Properties

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

Description

CommandStyle specifies the style of a TActionClientItem.

Use CommandStyle to change the behavior and the appearance of an action client item located on a ribbon group. CommandStyle has no effect if the action client item is not located on a ribbon group.

Note: When the value of the CommandStyle property is changed, the object exposed by CommandProperties is automatically recreated by the action client item.

See Also