Vcl.Controls.TCustomControlAction.PopupMenu
Delphi
property PopupMenu: TPopupMenu read FPopupMenu write SetPopupMenu;
C++
__property Vcl::Menus::TPopupMenu* PopupMenu = {read=FPopupMenu, write=SetPopupMenu};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TCustomControlAction |
Description
Specifies the pop-up menu associated with the action.
Assign a value to PopupMenu to specify the pop-up menu that appears when the user right-clicks the control to which the action is associated.