Vcl.RibbonActnCtrls.TRibbonComboControl.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 TRibbonComboControl

Description

Returns the control contained in the TRibbonComboControl.

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

See Also