Vcl.RibbonActnCtrls.TRibbonCustomControl.GetContainedControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainedControl: TControl;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonCustomControl

Description

Specifies the control contained in the TRibbonCustomControl.

GetContainedControl specifies the control contained in the TRibbonCustomControl, if TRibbonCustomControl is used as a container for displaying other controls.

See Also