Contents Index Topic Contents | ||
Previous Topic: TVN_SETDISPINFO Next Topic: Tree View Control Structures |
TVN_SINGLEEXPAND
TVN_SINGLEEXPAND lpnmtv = (LPNMTREEVIEW)lParam;Sent by a tree view control with the TVS_SINGLEEXPAND style when the user opens or closes a tree item using a single click of the mouse. This notification is sent in the form of a WM_NOTIFY message.
- The control ignores the return value for this notification.
- lpnmtv
- Address of an NMTREEVIEW structure that contains information about this notification.
This notification is only sent by tree view controls that have the TVS_SINGLEEXPAND style.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.