次の方法で共有


IOleControlNavigation2::DeactivateRect (Windows Embedded CE 6.0)

1/6/2010

This method is called when focus is removed from one of the navigation rectangles within the navigation control.

Syntax

HRESULT STDMETHODCALLTYPE DectivateRect(VOID); 

Parameters

None.

Return Value

S_OK indicates success.

Remarks

When this call returns, the current rectangle is deactivated and there is no active rectangle. This method is not called if the control is responsible for navigation.

Requirements

Header mshtmhst.idl, mshtml.h
Library mshtml.dll
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

IOleControlNavigation2