API:Vcl.Ribbon.TCustomActionControlBar.GetControlClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetControlClass(AnItem: TActionClientItem): TCustomActionControlClass; override;

C++

virtual Vcl::Actnman::TCustomActionControlClass __fastcall GetControlClass(Vcl::Actnman::TActionClientItem* AnItem);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomActionControlBar

Description

Returns the control class type on an action tool bar item.

Vcl.Ribbon.TCustomActionControlBar.GetControlClass inherits from Vcl.ActnCtrls.TCustomActionToolBar.GetControlClass. All content below this line refers to Vcl.ActnCtrls.TCustomActionToolBar.GetControlClass.

Returns the control class type on an action tool bar item.

GetControlClass is used to return the control class type on an action tool bar item.

See Also