API:Vcl.ActnCtrls.TCustomUtilityButton

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.ActnCtrls.TCustomButtonControlVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTCustomUtilityButton

Delphi

TCustomUtilityButton = class(TCustomButtonControl)

C++

class PASCALIMPLEMENTATION TCustomUtilityButton : public TCustomButtonControl

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.

Vcl.ActnCtrls.TCustomUtilityButton erbt von Vcl.ActnCtrls.TCustomButtonControl. Der folgende Inhalt bezieht sich auf Vcl.ActnCtrls.TCustomButtonControl.

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