Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Notification codes of listbox control
[ListBox control]

Defines


Define Documentation

#define LBN_CLICKCHECKMARK   6
 

Indicates click on the check mark.

Definition at line 998 of file listbox.h.

#define LBN_CLICKED   7
 

Indicates click on the string.

Definition at line 1004 of file listbox.h.

#define LBN_DBLCLK   2
 

Indicates double click on an item.

A list box created with the LBS_NOTIFY style sends an LBN_DBLCLK notification message to its parent window when the user double-clicks a string in it.

Definition at line 964 of file listbox.h.

#define LBN_ENTER   8
 

Indicates the user has pressed the ENTER key.

Definition at line 1010 of file listbox.h.

#define LBN_ERRSPACE   255
 

Indicates that memory is not enough.

A list box sends an LBN_ERRSPACE notification message to its parent window when it cannot allocate enough memory to complete the current operation.

Definition at line 945 of file listbox.h.

#define LBN_KILLFOCUS   5
 

Indicates loss of input focus.

A list box sends an LBN_KILLFOCUS notification message to its parent window when the list box loses the input focus.

Definition at line 992 of file listbox.h.

#define LBN_SELCANCEL   3
 

Indicates cancel of the selection in the list box.

A list box created with the LBS_NOTIFY style sends an LBN_SELCANCEL notification message to its parent window when the user cancels the selection in the list box.

Definition at line 974 of file listbox.h.

#define LBN_SELCHANGE   1
 

Indicates change due to mouse or keyboard user input.

A list box created with the LBS_NOTIFY style sends an LBN_SELCHANGE notification message to its parent window when the selection is about to change due to mouse or keyboard user input.

Definition at line 955 of file listbox.h.

#define LBN_SETFOCUS   4
 

Indicates gain of input focus.

A list box sends an LBN_SETFOCUS notification message to its parent window when the list box gains the input focus.

Definition at line 983 of file listbox.h.


Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2