|
|
Notifies that the text is altered. An edit control sends the EN_CHANGE notification code when the user takes an action that may have altered text in an edit control. |
|
|
Notifies a click in an edit control. An edit control sends the EN_CLICKED notification code when the user clicks in an edit control. |
|
|
Notifies that the current content is changed in the text field when text edit losts focus.
|
|
|
Notifies a double click in an edit control. An edit control sends the EN_CLICKED notification code when the user double clicks in an edit control. |
|
|
Notifies the user has type the ENTER key in a single-line edit control.
|
|
|
Notifies the lost of the input focus. The EN_KILLFOCUS notification code is sent when an edit control loses the input focus. |
|
|
Notifies reach of maximum text limitation. The EN_MAXTEXT notification message is sent when the current text insertion has exceeded the specified number of characters for the edit control. |
|
|
Notifies that the current selection is changed in the text field.
|
|
|
Notifies the receipt of the input focus. The EN_SETFOCUS notification code is sent when an edit control receives the input focus. |
1.4.2