DevTools

Applies to

WebBrowser controls

Description

Specifies whether the browser's built-in developer tool is enabled. The default value is TRUE.

Usage

In a painter

To set the DevTools property:

  • Select the DevTools check box on the General page of the control's Properties view.

In scripts

The DevTools property takes a boolean value. This example specifies that the browser's built-in developer tool is disabled.

// Disable DevTools in production
wb_1.DevTools = FALSE