Vcl.ActnCtrls.TCustomButtonControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TCustomButtonControl = class(TCustomActionControl)

C++

class PASCALIMPLEMENTATION TCustomButtonControl : public Vcl::Actnman::TCustomActionControl

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls Vcl.ActnCtrls


Beschreibung

TCustomButtonControl ist die Basisklasse für ActionBand-Schaltflächensteuerelemente.

TCustomButtonControl ist die Basisklasse für verschiedene ActionBand-Komponenten. Die Standard-Menüschaltfläche (TStandardMenuButton) ist ebenfalls von dieser Klasse abgeleitet.

Erstellen Sie keine Instanzen von TCustomButtonControl. Wenn Sie das Verhalten der Standard-Menüschaltfläche ersetzen möchten, verwenden Sie als übergeordnete Klasse TCustomMenuButton.

Siehe auch