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

Notification codes of edit control
[Edit/MEdit control]

Defines


Define Documentation

#define EN_CHANGE   0x0300
 

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.

Definition at line 893 of file edit.h.

#define EN_CLICKED   0x0001
 

Notifies a click in an edit control.

An edit control sends the EN_CLICKED notification code when the user clicks in an edit control.

Definition at line 857 of file edit.h.

#define EN_CONTCHANGED   0x0604
 

Notifies that the current content is changed in the text field when text edit losts focus.

Definition at line 924 of file edit.h.

#define EN_DBLCLK   0x0002
 

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.

Definition at line 866 of file edit.h.

#define EN_ENTER   0x0700
 

Notifies the user has type the ENTER key in a single-line edit control.

Definition at line 930 of file edit.h.

#define EN_KILLFOCUS   0x0200
 

Notifies the lost of the input focus.

The EN_KILLFOCUS notification code is sent when an edit control loses the input focus.

Definition at line 884 of file edit.h.

#define EN_MAXTEXT   0x0501
 

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.

Definition at line 905 of file edit.h.

#define EN_SELCHANGED   0x0603
 

Notifies that the current selection is changed in the text field.

Definition at line 917 of file edit.h.

#define EN_SETFOCUS   0x0100
 

Notifies the receipt of the input focus.

The EN_SETFOCUS notification code is sent when an edit control receives the input focus.

Definition at line 875 of file edit.h.


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