InputClientSetIgnoreInputEventsAsync Method |
Version 109.1.110
Ignores input events (useful while auditing page).
Namespace:
CefSharp.DevTools.Input
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.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