IOleControlNavigation2AdviseSink::OnNavigationStatusChange (Windows CE 5.0)
The navigation control calls this method to notify the browser when there is a change in its ability to accept or maintain the focus.
virtual HRESULT STDMETHODCALLTYPE OnNavigationStatusChange( DWORDnavigationStatus);
Parameters
- navigationStatus
[in] Control passes NAV_STATUS_CANNAVIGATENOW to indicate that it is now able to accept the focus, otherwise this parameter should be zero.
Return Values
S_OK indicates success.
Remarks
If the navigation control has previously set the flag NAV_CONTROLREQUESTSWAITFORNAVIGATIONSTATUS in GetControlNavigationCapabilities it must call this method to tell the browser to proceed with laying out and rendering the control.
This method is only called when the control is responsible for navigation.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Mshtml.h, Mshtmhst.idl.
Link Library: Mshtml.dll.
See Also
IOleControlNavigation2AdviseSink
Send Feedback on this topic to the authors