This interface provides methods that support television-style (five-key) navigation in a browser-based application.
The IOleControlNavigation2 interface exposes the following methods.
| Method | Description |
|---|---|
| GetControlNavigationCapabilities | This method determines the capabilities of the navigation control. |
| GetNavigationRectCount | This method determines the number of navigational rectangles in the navigation control. |
| GetNavigationRects | This method passes the list of the navigation rectangles to the browser. |
| ActivateRect | This method activates the navigation rectangle when it receives focus. |
| DeactivateRect | This method deactivates the navigation rectangle when focus is removed. |
| GetCurrentRectIndex | This method returns the index of the current rectangle. |
| NavigateInControl | This method notifies the Navigation control that it is handling navigation. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Mshtml.h, Mshtmhst.idl.
Link Library: Mshtml.dll.
See Also
Internet Explorer TV-Style Navigation Interfaces
Send Feedback on this topic to the authors