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

Styles of edit control
[Edit/MEdit control]

Defines


Define Documentation

#define ES_AUTOSELECT   0x00000400L
 

Selects all text when getting focus.

Definition at line 141 of file edit.h.

#define ES_AUTOWRAP   0x00002000L
 

Automatically wraps against border when inputting.

Definition at line 160 of file edit.h.

#define ES_BASELINE   0x00001000L
 

Draws base line under input area instead of frame border.

Definition at line 154 of file edit.h.

#define ES_CENTER   0x00000001L
 

Center-aligned text.

Definition at line 94 of file edit.h.

#define ES_LEFT   0x00000000L
 

Left-aligned text.

Definition at line 88 of file edit.h.

#define ES_LOWERCASE   0x00000010L
 

Converts all characters to lowercase as they are typed into the edit control.

Definition at line 118 of file edit.h.

#define ES_MULTILINE   0x00000004L
 

Multi-line text.

Definition at line 106 of file edit.h.

#define ES_NOHIDESEL   0x00000100L
 

Edit control with this style will remain selected when focus is lost.

Definition at line 135 of file edit.h.

#define ES_PASSWORD   0x00000020L
 

Displays an asterisk (*) for each character typed into the edit control.

Definition at line 124 of file edit.h.

#define ES_READONLY   0x00000800L
 

Prevents the user from typing or editing text in the edit control.

Definition at line 148 of file edit.h.

#define ES_RIGHT   0x00000002L
 

Right-aligned text.

Definition at line 100 of file edit.h.

#define ES_TIP   0x00008000L
 

Shows specified tip texts.

Definition at line 172 of file edit.h.

#define ES_TITLE   0x00004000L
 

Shows specified title texts.

Definition at line 166 of file edit.h.

#define ES_UPPERCASE   0x00000008L
 

Converts all characters to uppercase as they are typed into the edit control.

Definition at line 112 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