Method CreateKeyPressEvent
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
CreateKeyPressEvent(KeyEventParameters)
Creates and returns a new keyPress IKeyEvent object with the given
parameters.
IKeyEvent CreateKeyPressEvent(KeyEventParameters parameters)
Parameters
parametersKeyEventParametersa KeyEventParametersobject representing key event properties. Cannot be null.
Returns
Exceptions
- ArgumentException
when parameters value is null.