TimeControl Xojo plugin

TimeControl.KeyDown Event

Standard Xojo KeyDown event

KeyDown(
   key as String) as Boolean

Parameters

key
The string representing the pressed key.

Returns

Boolean
True to mark the event handled, else false.

Remarks

See Also

TimeControl Control