Vcl.ActnMenus.TCustomActionMenuBar.PopupStack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupStack: TMenuStack read FPopupStack;

C++

__property TMenuStack* PopupStack = {read=FPopupStack};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Provides a way to access the pop-up menu stack.

The PopupStack read-only property provides a way to access the pop-up menu stack.

See Also