Common Control Notifications
A version of this page is also available for
4/8/2010
The following table shows the common control notifications, with a description of the purpose for each.
Programming element | Description |
---|---|
This message is sent by a list view control when the user clicks an item with the left mouse button. |
|
This message notifies a control's parent window that the user has double-clicked the left mouse button within the control. |
|
This message is sent by a control when the mouse hovers over an item. |
|
This message is sent by a control when the control has the keyboard focus and the user presses a key. |
|
This message notifies a control's parent window that the control has lost the input focus. |
|
This message notifies a control's parent window that the control could not complete an operation because there was not enough memory available. |
|
This message notifies a control's parent window that the user has clicked the right mouse button within the control. |
|
This message notifies a control's parent window that the user has double-clicked the right mouse button within the control. |
|
This message notifies a control's parent window that the control has the input focus and that the user has pressed the ENTER key. |
|
This message notifies a control's parent window that the control has received the input focus. |