Click or drag to resize

CefBrowserHostShowDevTools Method

Open developer tools (DevTools) in its own browser. The DevTools browser will remain associated with this browser. If the DevTools browser is already open then it will be focused, in which case the |windowInfo|, |client| and |settings| parameters will be ignored. If |inspect_element_at| is non-empty then the element at the specified (x,y) location will be inspected. The |windowInfo| parameter will be ignored if this browser is wrapped in a CefBrowserView.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ShowDevTools(
	CefWindowInfo windowInfo,
	CefClient client,
	CefBrowserSettings browserSettings,
	CefPoint inspectElementAt
)

Parameters

windowInfo  CefWindowInfo
 
client  CefClient
 
browserSettings  CefBrowserSettings
 
inspectElementAt  CefPoint
 
See Also