IBrowserHostShowDevTools Method  | 
Version 87.1.132 
            Open developer tools in its own window. If inspectElementAtX and/or inspectElementAtY  are specified then
            the element at the specified (x,y) location will be inspected.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxvoid ShowDevTools(
	IWindowInfo windowInfo = null,
	int inspectElementAtX = 0,
	int inspectElementAtY = 0
)
void ShowDevTools(
	IWindowInfo^ windowInfo = nullptr, 
	int inspectElementAtX = 0, 
	int inspectElementAtY = 0
)
Parameters
- windowInfo (Optional)
 - Type: CefSharpIWindowInfo
window info used for showing dev tools - inspectElementAtX (Optional)
 - Type: SystemInt32
x coordinate (used for inspectElement) - inspectElementAtY (Optional)
 - Type: SystemInt32
y coordinate (used for inspectElement) 
See Also