FMX.Colors.TColorBox.PopupMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupMenu;

C++

__property PopupMenu;

Properties

Type Visibility Source Unit Parent
property published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorBox

Description

Specifies the context (pop-up) menu object.

FMX.Colors.TColorBox.PopupMenu inherits from FMX.Controls.TControl.PopupMenu. All content below this line refers to FMX.Controls.TControl.PopupMenu.

Specifies the context (pop-up) menu object.

Use PopupMenu to set the context menu of the current control. The pop-up window is displayed when ShowContextMenu is called.

See Also