Vcl.ExtCtrls.TCustomTrayIcon.PopupMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupMenu: TPopupMenu read FPopupMenu write FPopupMenu;

C++

__property Vcl::Menus::TPopupMenu* PopupMenu = {read=FPopupMenu, write=FPopupMenu};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomTrayIcon

Description

Identifies the pop-up menu associated with the tray icon.

Use PopupMenuOn to specify when the menu is displayed.