OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Wrapper of the TC_KEYDOWN structure sent to the parent of a tabcontrol to notify that a key has been pressed. More...
#include <owl/commctrl.h>
Public Member Functions | |
TTabKeyDown () | |
TTabKeyDown contains information about a key press in a tab control. | |
TTabKeyDown (HWND ctl, uint id, uint code, uint16 vk, uint flg) | |
TTabKeyDown contains information about a key press in a tab control. | |
operator NMHDR & () | |
Allows the notification structure to be transparently treated as an NMHDR structure, thereby eliminating the need to explicitly refer to the NMHDR data member (which is always the first member of notification structures). | |
Wrapper of the TC_KEYDOWN structure sent to the parent of a tabcontrol to notify that a key has been pressed.
Definition at line 130 of file commctrl.h.
|
inline |
TTabKeyDown contains information about a key press in a tab control.
This constructor initializes the structure NUL value for the virtual wVKey and flags members.
Definition at line 1776 of file commctrl.h.
TTabKeyDown contains information about a key press in a tab control.
This constructor initializes the members to the specified parameters.
Definition at line 1786 of file commctrl.h.
|
inline |
Allows the notification structure to be transparently treated as an NMHDR structure, thereby eliminating the need to explicitly refer to the NMHDR data member (which is always the first member of notification structures).
Definition at line 138 of file commctrl.h.