Vcl.ActnMan.TControlProperties.ContainedControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ContainedControl: TControl read FContainedControl write SetContainedControl;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TControlProperties

Beschreibung

Gibt das Steuerelement an, das in dem Aktions-Client-Element enthalten ist, das in einer Ribbon-Gruppe angezeigt wird.

Mit der Eigenschaft ContainedControl setzen oder ändern Sie das Steuerelement, das in dem Aktions-Client-Element enthalten ist, das in einer Ribbon-Gruppe angezeigt wird.

Siehe auch