API:Vcl.RibbonActnCtrls.TRibbonTextControl

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TRibbonTextControl = class(TCustomActionControl)

C++

class PASCALIMPLEMENTATION TRibbonTextControl : public Vcl::Actnman::TCustomActionControl

Properties

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

Description

TCustomActionControl is the base class for ActionBand custom controls.

Vcl.RibbonActnCtrls.TRibbonTextControl inherits from Vcl.ActnMan.TCustomActionControl. All content below this line refers to Vcl.ActnMan.TCustomActionControl.

TCustomActionControl is the base class for ActionBand custom controls.

TCustomActionControl is a base class for several ActionBand components. Most notably, the standard menu item (TStandardMenuItem) and menu button (TStandardMenuButton) derive from this class.

Do not create instances of TCustomActionControl. If you would like to replace the standard menu item and/or menu button behaviors, use the classes TCustomMenuItem and/or TCustomMenuButton as parent classes for your replacement classes.

See Also