Need to tab out of ActiveX control in browser
Posted
by
John Donoghue
on Stack Overflow
See other posts from Stack Overflow
or by John Donoghue
Published on 2010-07-08T08:03:53Z
Indexed on
2010/12/23
21:54 UTC
Read the original article
Hit count: 242
When tabbing through controls in an ActiveX control hosted in IE, once I get to the last control the tab key no longer does anything. I would like it to move the focus outside the ActiveX control to the next html control.
This works fine when the ActiveX control is hosted in a WinForms app, does anybody know how to make this work in the browser?
It may also be relevant that the ActiveX control is a simple wrapper around a WPF control.
© Stack Overflow or respective owner