UINT BCGM_NEW_TAB |
The framework sends the BCGM_NEW_TAB message when users click the "new tab" placeholder (which is a dummy tab, located at the end of real tab list. If application supports the "new tab" feature, it should display a new default tab in response to this message).
wParam | This parameter is not used. |
lParam | a pointer to tabbed window (the sender) |
First this message is sent to immediate parent of tab control. If the parent doesn't process this message, it's sent to main frame. If the application processes this message, it should create a new (default) tab.