Notification codes of listbox control
[ListBox control]

Defines


Define Documentation

#define LBN_CLICKCHECKMARK   6

Indicates click on the check mark.

Definition at line 1178 of file listbox.h.

#define LBN_CLICKED   7

Indicates click on the string.

Definition at line 1184 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 1144 of file listbox.h.

#define LBN_ENTER   8

Indicates the user has pressed the ENTER key.

Definition at line 1190 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 1125 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 1172 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 1154 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 1135 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 1163 of file listbox.h.

Generated on Thu Apr 7 15:58:35 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3