FMX.Layers3D.TBufferLayer3D.VisibleContextMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VisibleContextMenu: Boolean read FVisibleContextMenu write FVisibleContextMenu default 1;

C++

__property VisibleContextMenu = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TBufferLayer3D

Description

Specifies whether the context menu is shown.

FMX.Layers3D.TBufferLayer3D.VisibleContextMenu inherits from FMX.Controls3D.TControl3D.VisibleContextMenu. All content below this line refers to FMX.Controls3D.TControl3D.VisibleContextMenu.

Specifies whether the context menu is shown.

VisibleContextMenu determines whether the context menu is displayed when the right mouse button is pressed over the surface of the control.

The VisibleContextMenu default value is True.

See Also