Table of Contents

Method FindKey

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

FindKey(Keys, int)

Indicates whether given key locates within the collection.

public virtual 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.