UINT BCGM_ON_RENAME_TAB |
The message is sent to the parent of tabbed window when the user has renamed a tab using in-place editing.
wParam | contains the zero-based index of a tab whose name has been changed. |
lParam | a pointer to string that contains a new tab name. |
You should process this message to receive notifications from tabbed windows when a tab name is changed. If you do not process this message or return zero, the default implementation calls CBCGPBaseTabWnd::SetTabLabel with the name specified by user while editing.