This topic has not yet been rated - Rate this topic

NM_RELEASEDCAPTURE (tab) notification code

Notifies a tab control's parent window that the control is releasing mouse capture. This notification code is sent in the form of a WM_NOTIFY message.


NM_RELEASEDCAPTURE

    lpnmh = (LPNMHDR) lParam; 

Parameters

lParam

Pointer to an NMHDR structure that contains additional information about this notification.

Return value

No return value.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Commctrl.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.