Vcl.ActnPopup.TPopupActionBar.MenuActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MenuActive: Boolean read GetMenuActive;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnPopup.pas
Vcl.ActnPopup.hpp
Vcl.ActnPopup TPopupActionBar

Description

Indicates whether a popup menu is associated with the popup action bar.

MenuActive is a read-only property that indicates whether a popup menu is associated with the popup action bar, through the PopupMenu property.

See Also