Contents Index Topic Contents | ||
Previous Topic: NM_DBLCLK (tree view) Next Topic: NM_RCLICK (tree view) |
NM_KILLFOCUS (tree view)
NM_KILLFOCUS lpnmh = (LPNMHDR) lParam;Notifies a tree view control's parent window that the control has lost the input focus. This notification is sent in the form of a WM_NOTIFY message.
- The return value is ignored.
- lpnmh
- Address of an NMHDR structure that contains additional information about this notification message.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.