Vcl.RibbonActnCtrls.TRibbonCustomControl

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRibbonCustomControl

Delphi

TRibbonCustomControl = class(TCustomActionControl, IRibbonControl,
IRibbonContainedControl, IRibbonKeyTip)

C++

class PASCALIMPLEMENTATION TRibbonCustomControl : public Vcl::Actnman::TCustomActionControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls Vcl.RibbonActnCtrls

Description

Class used to parent any other control types on the ribbon.

TRibbonCustomControl is used to parent any other control types on the ribbon such as a TButton or TListView. It implements support for KeyTips, parenting of the control, and Quick Access Toolbar support.