FMX.Controls3D.TLight.VisibleContextMenu
Delphi
property VisibleContextMenu: Boolean read FVisibleContextMenu write FVisibleContextMenu default 1;
C++
__property VisibleContextMenu = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TLight |
Description
Specifies whether the context menu is shown.
FMX.Controls3D.TLight.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.