How to intercept Tab press in ActiveX in IE
Should the keypress event be passed to an ActiveX included in IE, or does IE intercept it for the 开发者_运维问答purpose of navigating between controls on the page?
The behavior I can see so far is that pressing "Tab" when in an ActiveX tabs out of the ActiveX, not passing the keypress. Did anyone have any other experience (searching doesn't help, as ActiveX looks to be a very unpopular technology nowadays).
Implement IInputObject. Make sure you implement HasFocusIO() properly.
精彩评论