Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The browser calls this method to determine how many navigation rectangles exist in the Navigation control.
HRESULT GetNavigationRectCount( DWORD __RPC_FAR* rectCount);
Parameters
- rectCount
[out] The number of navigation rectangles in the control.
Return Values
Returns one of the following values:
- S_OK indicates success.
- S_FALSE indicates an unspecified error.
- E_OUTOFMEMORY indicates that the call could not complete due to lack of resources.
Remarks
This method is not called if the navigation 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
IOleControlNavigation2:IUnknown
Send Feedback on this topic to the authors