tagNMHL_DESTROY_CONTROL Struct Reference

This structure is used by HLN_DESTROY_CONTROL notification. More...

#include <htmlayout.h>


Data Fields

NMHDR hdr
 Default WM_NOTIFY header.
HELEMENT helement
 [in] DOM element.
HWND inoutControlHwnd
 [in/out] HWND of child to be destroyed.


Detailed Description

This structure is used by HLN_DESTROY_CONTROL notification.

This notification is sent when HTMLayout destroys its controls.

Parameters:
lParam LPNMHL_DESTROY_CONTROL Before loading new document HTMLayout destroys all controls belonging to previous document. Host application can reject deletion of the control by setting NMHL_DESTROY_CONTROL::inoutControlHwnd to zero.
Handling of this notification makes sence when you need for example reload HTML without destroying set of controls on HTML form. But you still need to handle NMHL_CREATE_CONTROL notification to bind existing controls with their HTML "places"

Attention:
HTMLayouts sends this notifiation only while loading new or empty document.


Field Documentation

HWND tagNMHL_DESTROY_CONTROL::inoutControlHwnd

[in/out] HWND of child to be destroyed.


The documentation for this struct was generated from the following file:
Generated on Fri May 18 22:05:12 2007 for HTMLayout by  doxygen 1.5.1-p1