IStreetSmartBrowserShowDevTools Method

[Missing <summary> documentation for "M:StreetSmart.Common.IStreetSmartBrowser.ShowDevTools(CefSharp.IWindowInfo,System.Int32,System.Int32)"]

Definition

Namespace: StreetSmart.Common
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
void ShowDevTools(
	IWindowInfo windowInfo = null,
	int inspectElementAtX = 0,
	int inspectElementAtY = 0
)

Parameters

windowInfo  IWindowInfo  (Optional)

[Missing <param name="windowInfo"/> documentation for "M:StreetSmart.Common.IStreetSmartBrowser.ShowDevTools(CefSharp.IWindowInfo,System.Int32,System.Int32)"]

inspectElementAtX  Int32  (Optional)

[Missing <param name="inspectElementAtX"/> documentation for "M:StreetSmart.Common.IStreetSmartBrowser.ShowDevTools(CefSharp.IWindowInfo,System.Int32,System.Int32)"]

inspectElementAtY  Int32  (Optional)

[Missing <param name="inspectElementAtY"/> documentation for "M:StreetSmart.Common.IStreetSmartBrowser.ShowDevTools(CefSharp.IWindowInfo,System.Int32,System.Int32)"]

Version Information

Supported in: 18.7

See Also