Table of Contents

Method SendChar

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

SendChar(Key, ModifierKeys)

Presses and release a key.

public virtual bool SendChar(Key keyCode, ModifierKeys modifiers = ModifierKeys.None)

Parameters

keyCode Key

Key to operate on.

modifiers ModifierKeys

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

Returns

bool