windows_programming_notes.nbk: Home | Index | Next Page: TCN_SELCHANGING | Previous Page: TCM_SETCURSEL


 TCN_SELCHANGE

Notifies a tab control's parent window that the currently selected tab has changed. This message is sent in the form of a WM_NOTIFY message.

Syntax

TCN_SELCHANGE 

    lpnmhdr = (LPNMHDR) lParam; Parameters

Return Value

No return value.

Remarks

To determine the currently selected tab, use the TabCtrl_GetCurSel macro.

Notification Requirements


windows_programming_notes.nbk: Home | Index | Next Page: TCN_SELCHANGING | Previous Page: TCM_SETCURSEL


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time