|
|
Indicates click on the check mark.
|
|
|
Indicates click on the string.
|
|
|
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. |
|
|
Indicates the user has pressed the ENTER key.
|
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
1.4.2