Vcl.ActnMan.TCustomActionControl.ActionBar
Delphi
property ActionBar: TCustomActionBar read GetActionBar;
C++
__property TCustomActionBar* ActionBar = {read=GetActionBar};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionControl |
Beschreibung
Gibt den Aktionsabschnitt an, in dem sich das Steuerelement befindet.
Benutzerdefinierte Aktionssteuerelemente sind Objekte in einem ActionBand-Objekt (z.B. TActionMainMenuBar). Mit ActionBar können Sie auf dieses übergeordnete Objekt zugreifen.