HtmlInput.FocusOutEvnt Event
Raised when the Triple-tap/Soft-keyboard control loses the focus because the user navigated away from the control by using the arrow keys on the remote control.
Note This event has been deprecated.
Syntax
HtmlInput
.FocusOutEvnt(
lIndex, lKeyCode)
Parameters
lIndex
A Number (long) specifying the index of the key that had the focus when the user pressed the remote control arrow button, causing the navigation away from the soft keyboard.
lKeyCode
A Number (long) specifying the key code of the remote control arrow key that the user pressed to cause the navigation.
Remarks
HTML applications use this event to determine which element on the HTML page should receive the focus.
Requirements
Library: ehkeyctl.dll
Platform: Windows XP Media Center Edition 2005 and later
See Also