Textbox edit mode¶
mode = flags
The available flags are:
EM_AUTOCR |
Generate automatic TAB to next control from end of box. |
EM_NOCLEAR |
Don’t clear contents on first keypress. |
EM_NOECHO |
Don’t echo the input to the screen. |
EM_READONLY |
Don’t allow update. |
EM_EXTEND |
Start input at end of text. |
Default: The value of sys.EditMode, which defaults to all flags off.
RELATED TOPICS |