Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
MLEFORMATRECT (1.2)
◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
#define INCL_WINMLE
typedef struct _MLEFORMATRECT { /* mlefrd */
LONG cxFormat;
LONG cyFormat;
} MLEFORMATRECT;
The MLEFORMATRECT structure contains width and height information for the
multiple-line entry-field (MLE) format rectangle.
Field Description
────────────────────────────────────────────────────────────────────────────
cxFormat Specifies the width (in pels) of the MLE format rectangle. If this
field is -1, the current MLE-window width (minus any border or
scroll bars) is used. If this field is 0, there is no limit on the
MLE width.
cyFormat Specifies the height (in pels) of the format rectangle. If this
field is -1, the current MLE-window height (minus any border or
scroll bars) is used. If this field is 0, there is no limit on the
MLE height.
See Also
MLM_QUERYFORMATRECT, MLM_SETFORMATRECT
♦