Contents Index Topic Contents | ||
Previous Topic: TCN_GETOBJECT Next Topic: TCN_SELCHANGE |
TCN_KEYDOWN
TCN_KEYDOWN pnm = (NMTCKEYDOWN FAR *) lParam;Notifies a tab control's parent window that a key has been pressed. This message is sent in the form of a WM_NOTIFY message.
- No return value.
- pnm
- Address of an NMTCKEYDOWN structure.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.