Contents Index Topic Contents | ||
Previous Topic: RBN_ENDDRAG Next Topic: RBN_HEIGHTCHANGE |
RBN_GETOBJECT
RBN_GETOBJECT lpnmon = (LPNMOBJECTNOTIFY) lParam;Sent by a rebar control created with the RBS_REGISTERDROP style when an object is dragged over a band in the control. This notification message is sent in the form of a WM_NOTIFY message.
- The return value for this notification must be zero.
- lpnmon
- Address of an NMOBJECTNOTIFY structure that contains information about the band that the object is dragged over and also receives the data provided by the receiving application in response to this message.
To receive the RBN_GETOBJECT notification, initialize OLE with a call to OleInitialize or CoInitialize.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.