IBrowserHostShowDevTools Method |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void ShowDevTools(
IWindowInfo windowInfo = null,
int inspectElementAtX = 0,
int inspectElementAtY = 0
)
void ShowDevTools(
IWindowInfo^ windowInfo = nullptr,
int inspectElementAtX = 0,
int inspectElementAtY = 0
)
Parameters
- windowInfo IWindowInfo (Optional)
- window info used for showing dev tools
- inspectElementAtX Int32 (Optional)
- x coordinate (used for inspectElement)
- inspectElementAtY Int32 (Optional)
- y coordinate (used for inspectElement)
See Also