Method ContainsKeyBinding | Terminal.Gui v1 (original) (raw)

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.

Edit this page