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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ProcessKey(KeyEvent)

Processes key presses for the TextField.

public override bool ProcessKey(KeyEvent kb)

Parameters

kb KeyEvent

Returns

bool

Remarks

The TextField control responds to the following keys:

Keys Function
Delete, Backspace Deletes the character before cursor.

Edit this page