MULTILINEEDIT [id] { [Flags] }
Multi-line edit fields are used for text input on several lines, just like the expression editor. Use GeDialog::GetString() and GeDialog::SetString() to access the text.
See Dialog Resource for a description of the common flags.
[LAYOUTFLAGS] | Layout flags. |
[SIZE] | Manual size. |
[NAME] | Name. |
MONOSPACED | Monospaced font. |
SYNTAXCOLOR | Syntax highlighting. |
STATUSBAR | Displays a statusbar with the cursor position. |
MULTILINEEDIT IDC_TEXT { MONOSPACED; SYNTAXCOLOR; STATUSBAR; SCALE_H;SCALE_V; SIZE 600,30; }