The browser implements this interface to allow the navigation control to notify the browser of changes in the control that relate to navigation.
The IOleControlNavigation2AdviseSink interface exposes the following methods:
Method | Description |
---|---|
OnRectsChange | This method notifies the browser that the navigation rectangles have changed. |
OnFocusRectChange | This method notifies the browser that the focus rectangle has changed. |
OnNavigationStatusChange | This method notifies the browser of a change in the navigation control's ability to accept and maintain a focus. |
NavigateOutControl | This method notifies the browser when a user navigates to an area outside the boundary of the navigation control. |
InvokeSoftKeyboard | This method is not currently implemented. |
The following sections describe these methods in detail.
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