Macros | |
| #define | EDITTEXT_PASSWORD |
| #define | EDITTEXT_HELPTEXT |
| #define | EDITTEXT_IGNORELEFTRIGHTIFEMPTY |
| #define | EDITTEXT_ENABLECLEARBUTTON |
| #define | EDITTEXT_CURSORUPDOWNBUTTONS |
| #define | EDITTEXT_NOENTERKEYFORWARDING |
| #define EDITTEXT_PASSWORD |
Password field.
| #define EDITTEXT_HELPTEXT |
Sets the help text for an edit field. This text appears if the edit field is empty.
| #define EDITTEXT_IGNORELEFTRIGHTIFEMPTY |
Ignore Left Right Keys if edit field is empty.
| #define EDITTEXT_ENABLECLEARBUTTON |
Displays a clear button within the edit field.
| #define EDITTEXT_CURSORUPDOWNBUTTONS |
Returns messages if cursor up/down is pressed (BFM_ACTION_KEYUP, BFM_ACTION_KEYDOWN).
| #define EDITTEXT_NOENTERKEYFORWARDING |
Blocks the forwarding of the keyboard Enter key.