Vcl.ActnPopup.TPopupActionBar.MenuActive

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property MenuActive: Boolean read GetMenuActive;

C++

__property bool MenuActive = {read=GetMenuActive, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ActnPopup.pas
Vcl.ActnPopup.hpp
Vcl.ActnPopup TPopupActionBar

Beschreibung

Gibt an, ob ein Popup-Menü einer Popup-Aktionsleiste zugeordnet ist.

MenuActive ist eine schreibgeschützte Eigenschaft, die angibt, ob ein Popup-Menü über die Eigenschaft PopupMenu der Popup-Aktionsleiste zugeordnet.

Siehe auch