Table of Contents

Method ContainsKeyBinding

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ContainsKeyBinding(Key)

Checks if the key binding already exists.

public bool ContainsKeyBinding(Key key)

Parameters

key Key

The key to check.

Returns

bool

true If the key already exist, false otherwise.