Share via


IOleControlNavigation2 (Windows Embedded CE 6.0)

1/6/2010

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

Header mshtmhst.idl, mshtml.h
Library mshtml.dll
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

Internet Explorer TV-Style Navigation Interfaces