Vcl.Edge.TCustomEdgeBrowser.DefaultContextMenusEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultContextMenusEnabled: Boolean read GetDefaultContextMenusEnabled write SetDefaultContextMenusEnabled;

C++

__property bool DefaultContextMenusEnabled = {read=GetDefaultContextMenusEnabled, write=SetDefaultContextMenusEnabled, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

Description

Controls whether default context menus will be shown to user in WebView.

Causes an exception if the WebView control has not yet been instantiated.