Click or drag to resize

EmulationClientSetFocusEmulationEnabledAsync Method

Version 92.0.260
Enables or disables simulating a focused and active page.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
public Task<DevToolsMethodResponse> SetFocusEmulationEnabledAsync(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean
Whether to enable to disable focus emulation.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also