FMX.Objects3D.TRoundCube.VisibleContextMenu

From RAD Studio API Documentation

Delphi

property VisibleContextMenu: Boolean read FVisibleContextMenu write FVisibleContextMenu default 1;

C++

__property VisibleContextMenu = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TRoundCube

Description

Specifies whether the context menu is shown. {{#multireplace:FMX.Objects3D.TRoundCube.VisibleContextMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls3D.TControl3D.VisibleContextMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls3D.TControl3D.VisibleContextMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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