Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This notification message is sent by the HTML viewer control when a user holds the stylus down in the viewer window before a context menu appears.

Syntax

NM_CONTEXTMENU
NM_HTMLCONTEXT * 
pnmHTMLContext = (NM_HTMLCONTEXT *)lParam;

Parameters

pnmHTMLContext

Points to an NM_HTMLCONTEXTstructure that contains information about the NM_CONTEXTMENUnotification message. See NM_HTMLCONTEXTfor more information.

Return Value

If the application handles this message it should return a non-zero result. Passing a zero result to the HTML control will result in the default context menu appearing.

Remarks

Smartphone 2002 and Smartphone for Windows Mobile 2003 devices do not support context menus.

Requirements

Header htmlctrl.h
Library htmlctrl.lib
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also