Vcl.RibbonActnCtrls.TRibbonGalleryControlMenuItem.ContainedControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ContainedControl: TControl read GetContainedControl write SetContainedControl;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonGalleryControlMenuItem

Beschreibung

Gibt das Steuerelement aus dem Aktions-Client-Element an, das in einer Ribbon-Galerie angezeigt wird.

ContainedControl gibt das Steuerelement aus dem Aktions-Client-Element an, das in einer Ribbon-Galerie angezeigt wird.

Siehe auch