Listbox edit mode

mode = flags

The following flags are available:

All types

EM_READONLY

Prohibit selection or update.


LIST_EDIT type only

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_EXTEND

Start input at end of text.

EM_UPPERCASE

Force upper case text.

EM_LOWERCASE

Force lower case text.


LIST_BOX type only

EM_MULTIPLE

Allow multiple selections.

Default: The value of sys.EditMode, which defaults to all flags off.


RELATED TOPICS

Listboxes

Edit mode