Feedback
HTMLViewer exposes KeyDown and KeyUp events
- Status
- Fixed
- Fixed in
- v26.9.1
- Area
- -
- Source discussion
- https://forum.objo.dev/d/1023-htmlviewer-missing-event-keydown-keyup
- Last updated
- 2026-09-08
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
HTMLViewer should expose the standard KeyDown and KeyUp events while its embedded web content has keyboard focus. KeyDown receives keyName As String and returns Boolean so a handler can mark the key as handled; KeyUp receives keyName As String.