Table of Contents

Method SendChar

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SendChar(Key, RawModifierKeys)

Presses and release a key.

bool SendChar(Key keyCode, RawModifierKeys modifiers = RawModifierKeys.None)

Parameters

keyCode Key

Key to operate on.

modifiers RawModifierKeys

A combination of key modifier flags to be pressed with the given keycode.

Returns

bool