HTML Control API Notifications

4/8/2010

The following table shows the HTML Control API notifications, with a description of the purpose of each.

Notification Description

NM_BASE

Sent by the HTML viewer control when it encounters a BASE tag in an HTML document

NM_BEFORENAVIGATE

Sent by the HTML viewer control before a navigation request to a URL begins

NM_CONTEXTMENU

Sent by the HTML viewer control when a user holds the stylus down in the viewer window before a context menu appears

NM_DOCUMENTCOMPLETE

Sent by the HTML viewer control when the document navigation is complete

NM_HOTSPOT

Sent by the HTML viewer control if the user selects a link or submits a form

NM_IMAGE_FAILED

Sent by the HTML viewer control when an <img> element does not load

NM_INLINE_FRAME

Sent by the HTML viewer control when a URL is about to be loaded by a <frame> element

NM_INLINE_IFRAME

Sent by the HTML viewer control when a URL is about to be loaded by an <iframe> element

NM_INLINE_IMAGE

Sent by the HTML viewer control to notify the application to load the image

NM_INLINE_SOUND

Sent by the HTML viewer control to notify the application to load the sound

NM_INLINE_STYLE

Sent by the HTML viewer control to notify the application that a style sheet is about to be loaded through the <link> tag

NM_INLINE_XML

Sent by the HTML viewer control to notify the application that XML was loaded

NM_META

Sent by the HTML viewer control to notify the application and provide the HTTP-EQUIV and CONTENT parameters of the META tag in the HTML document

NM_NAVIGATECOMPLETE

Sent by the HTML viewer control when a navigation request has completed

NM_TITLE

Sent by the HTML viewer control to notify the application and provide the title of the HTML document

NM_TITLECHANGE

Sent by the HTML viewer control when the document title changes

See Also

Concepts

HTML Control API