Table of Contents

Method FindKey

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

FindKey(Keys, int)

When implemented by a class, indicates whether given key locates within the collection.

bool FindKey(Keys keys, int state)

Parameters

keys Keys

Key to find.

state int

State of the Edit control before the key is pressed.

Returns

bool

True if the specified key exists; otherwise false.