Vcl.ActnMan.TControlProperties.ContainedControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContainedControl: TControl read FContainedControl write SetContainedControl;

C++

__property Vcl::Controls::TControl* ContainedControl = {read=FContainedControl, write=SetContainedControl};

Properties

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

Description

Specifies the control contained in the action client item displayed on a ribbon group.

Use the ContainedControl property to set or change the control contained in the action client item displayed on a ribbon group.

See Also