Styles of edit control
[Edit/MEdit control]

Defines


Define Documentation

#define ES_AUTOHSCROLL   0x00000080L

Show and hide the horizontal scroll bar automatically.

Definition at line 149 of file edit.h.

#define ES_AUTOSELECT   0x00000400L

Selects all text when getting focus.

Definition at line 161 of file edit.h.

#define ES_AUTOVSCROLL   0x00000040L

Show and hide the vertical scroll bar automatically.

Definition at line 143 of file edit.h.

#define ES_AUTOWRAP   0x00002000L

Automatically wraps against border when inputting.

Definition at line 180 of file edit.h.

#define ES_BASELINE   0x00001000L

Draws base line under input area instead of frame border.

Definition at line 174 of file edit.h.

#define ES_CENTER   0x00000001L

Center-aligned text.

Definition at line 107 of file edit.h.

#define ES_LEFT   0x00000000L

Left-aligned text.

Definition at line 101 of file edit.h.

#define ES_LOWERCASE   0x00000010L

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

Definition at line 131 of file edit.h.

#define ES_MULTILINE   0x00000004L

Multi-line text.

Definition at line 119 of file edit.h.

#define ES_NOHIDESEL   0x00000100L

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

Definition at line 155 of file edit.h.

#define ES_PASSWORD   0x00000020L

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

Definition at line 137 of file edit.h.

#define ES_READONLY   0x00000800L

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

Definition at line 168 of file edit.h.

#define ES_RIGHT   0x00000002L

Right-aligned text.

Definition at line 113 of file edit.h.

#define ES_TIP   0x00008000L

Shows specified tip texts.

Definition at line 192 of file edit.h.

#define ES_TITLE   0x00004000L

Shows specified title texts.

Definition at line 186 of file edit.h.

#define ES_UPPERCASE   0x00000008L

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

Definition at line 125 of file edit.h.

Generated on Thu Apr 7 15:58:35 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3