Vcl.RibbonActnCtrls.TRibbonGalleryControlMenuItem.GetContainedControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainedControl: TControl;

C++

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

Properties

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

Description

Returns the value of the ContainedControl property.

GetContainedControl returns the value of the ContainedControl property.

See Also