Vcl.RibbonActnCtrls.TRibbonCustomControl.GetContainedControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetContainedControl: TControl;

C++

Vcl::Controls::TControl* __fastcall GetContainedControl();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonCustomControl

Beschreibung

Gibt das in RibbonCustomControl enthaltene Steuerelement zurück.

GetContainedControl gibt das Steuerelement an, das in TRibbonCustomControl enthalten ist, wenn TRibbonCustomControl als Container für das Anzeigen anderer Steuerelemente verwendet wird.

Siehe auch