home *** CD-ROM | disk | FTP | other *** search
File List | 1996-07-12 | 1.0 KB | 12 lines |
- N|NM_CLICK||CTabCtrl|Indicates that the user has clicked the left mouse button in the control
- N|NM_DBLCLK||CTabCtrl|Indicates that the user has double-clicked the left mouse button in the control
- N|NM_KILLFOCUS||CTabCtrl|Indicates that the control has lost input focus
- N|NM_OUTOFMEMORY||CTabCtrl|Indicates that the control could not complete an action because it ran out of memory
- N|NM_RCLICK||CTabCtrl|Indicates that the user has clicked the right mouse button in the control
- N|NM_RDBLCLK||CTabCtrl|Indicates that the user has double-clicked the right mouse button in the control
- N|NM_RETURN||CTabCtrl|Indicates that the control has the input focus and the user has pressed the enter key
- N|NM_SETFOCUS||CTabCtrl|Indicates that the control has gained the input focus
- N|TCN_KEYDOWN|TC_KEYDOWN* pTCKeyDown = (TC_KEYDOWN*)pNMHDR;|CTabCtrl|Indicates that a key has been pressed
- N|TCN_SELCHANGE||CTabCtrl|Indicates that the selection has changed from one item to another
- N|TCN_SELCHANGING||CTabCtrl|Indicates that the selection is about to be changed from one item to another