Table of Contents

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

parameters KeyEventParameters

a KeyEventParametersobject representing key event properties. Cannot be null.

Returns

IKeyEvent

the new IKeyEvent object.

Exceptions

ArgumentException

when parameters value is null.