FMX.Controls3D.TControl3D.VisibleContextMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VisibleContextMenu: Boolean read FVisibleContextMenu write FVisibleContextMenu default True;

C++

__property bool VisibleContextMenu = {read=FVisibleContextMenu, write=FVisibleContextMenu, default=1};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

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