DesktopUIControl.KeyUp

From Xojo Documentation

Event


DesktopUIControl.KeyUp(Key As String)

New in 2021r3

Supported for all project types and targets.

Fires when the passed Key is released in the control that has the focus.

Notes

It is not guaranteed to be the same key that received the KeyDown event.