Table of Contents

Method IsCharKey

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v9.dll

IsCharKey(Key)

Determines if key is a character key.

public static bool IsCharKey(Key key)

Parameters

key Key

True if key represents keyboard character;otherwise false.

Returns

bool