MultiLine Control Attribute
If this bit is set on an Edit control, the installer creates a multiple line edit control with a vertical scroll bar.
If this bit is not set, it specifies displaying a normal edit control.
Valid Controls
Decimal | Hexadecimal | Constant |
---|---|---|
65536 | 0x00010000 | msidbControlAttributesMultiline |
Remarks
To set this attribute on a control, include the MultiLine bit in the Attributes column of the control's record in the Control table.
See Control Attributes and Controls.