Vcl.ActnMenus.TCustomActionMenuBar.Expandable

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Expandable: Boolean read FExpandable write FExpandable;

C++

__property bool Expandable = {read=FExpandable, write=FExpandable, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Beschreibung

Gibt an, ob ein Menüeintrag erweiterbar ist.

Expandable wird intern verwendet, um anzugeben, ob ein Menüeintrag erweiterbar ist.

Siehe auch