Contents Index Topic Contents | ||
Previous Topic: NM_RELEASEDCAPTURE (tab) Next Topic: TCN_KEYDOWN |
TCN_GETOBJECT
TCN_GETOBJECT lpnmon = (LPNMOBJECTNOTIFY) lParam;Sent by a tab control when it has the TCS_EX_REGISTERDROP extended style and an object is dragged over a tab item in the control. This notification message is sent in the form of a WM_NOTIFY message.
- The application processing this notification must return zero.
- lpnmon
- Address of an NMOBJECTNOTIFY structure that contains information about the tab item the object is dragged over and receives data the application returns in response to this message.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.