Vcl.RibbonActnCtrls.TRibbonCustomControl.SetContainedControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetContainedControl(const Value: TControl);

C++

void __fastcall SetContainedControl(Vcl::Controls::TControl* const Value);

Properties

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

Description

Sets the control contained in the TRibbonCustomControl.

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

See Also