OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TTabKeyDown Class Reference

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>

Inheritance diagram for owl::TTabKeyDown:

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).
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TTabKeyDown() [1/2]

owl::TTabKeyDown::TTabKeyDown ( )
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() [2/2]

owl::TTabKeyDown::TTabKeyDown ( HWND ctl,
uint id,
uint code,
uint16 vk,
uint flg )
inline

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.

Member Function Documentation

◆ operator NMHDR &()

owl::TTabKeyDown::operator NMHDR & ( )
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.


The documentation for this class was generated from the following file: