Vcl.ActnMan.TCommandProperties.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TCustomActionControl read GetControl;

C++

__property TCustomActionControl* Control = {read=GetControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCommandProperties

Description

Returns the action band control that is rendered on an action band for the associated TActionClientItem object.

The Control property is used to retrieve the specific action band control that is rendered on an action band for the associated TActionClientItem object.

See Also