IOleControlNavigation2AdviseSink::OnFocusRectChange (Windows CE 5.0)

Send Feedback

This method notifies the browser that the focus rectangle has changed.

HRESULT STDMETHODCALLTYPE OnFocusRectChange(  RECT* newRect); 

Parameters

  • newRect
    [in] Pointer to the new focus rectangle within the control.

Return Values

S_OK indicates success.

Remarks

When the navigation control notifies the browser that the focus rectangle has changed, the browser responds by scrolling the rectangle into view and, if appropriate, by drawing the focus rectangle. This method is called only 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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.