Table of Contents

Method CheckKeysFlagRange

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

CheckKeysFlagRange(Key, Key, Key)

Lookup for a Key on range of keys.

public static bool CheckKeysFlagRange(Key key, Key first, Key last)

Parameters

key Key

The source key.

first Key

First key in range.

last Key

Last key in range.

Returns

bool