DevTools Property  
 

Enables the integrated developer tools interface.

Syntax

object.DevTools [= value ]

Remarks

When the DevTools property is set to True, users can press standard shortcuts (such as F12) or use the context menu to open the developer tools window and inspect the page. For production applications, you may want to disable this to prevent end users from inspecting or modifying content. During development or debugging, enabling it provides the same diagnostic features found in Microsoft Edge.

Data Type

Boolean

See Also

AllowNavigation Property, AllowScripting Property, AllowZoom Property, AutoFill Property, ContextMenu Property, SavePasswords Property