Compartilhar via


IOleControlNavigation2::GetCurrentRectIndex (Windows CE 5.0)

Send Feedback

The browser calls this method to obtain the position of the current focus rectangle.

HRESULT STDMETHODCALLTYPE GetCurrentRectIndex(  DWORD __RPC_FAR* current);

Parameters

  • current
    [out] Points to an integer that is the index of the current rectangle in the array that was specified in GetNavigationRects.

Return Values

S_OK indicates success.

S_FALSE indicates that there are no navigation rectangles or that none are active.

Remarks

The index specifies the position of the current FocusRect. 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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.