InputClientSetIgnoreInputEventsAsync Method |
Version 118.6.80
Ignores input events (useful while auditing page).
Namespace:
CefSharp.DevTools.Input
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<DevToolsMethodResponse> SetIgnoreInputEventsAsync(
bool ignore
)
public:
Task<DevToolsMethodResponse^>^ SetIgnoreInputEventsAsync(
bool ignore
)
Parameters
- ignore
- Type: SystemBoolean
Ignores input events processing when set to true.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also