Table of Contents

Class KeyboardUtility

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v10.dll

A utility class used to support various keyboard functionality.

public static class KeyboardUtility
Inheritance
KeyboardUtility

Methods

GetCharFromKey(Key)

Converts specified Key into Char.

GetCharFromKey(Key, ref char)

Converts specified Key into Char.

IsCharKey(Key)

Determines if key is a character key.

IsNavigationOrSystemKey(Key)

Determines if key is a navigation or system key

SendKey(Key)

Sends the specified key.