NoWrap Control Attribute

If this bit is set the text in the control is displayed on a single line. If the text extends beyond the control's margins it is truncated and an ellipsis ("...") is inserted at the end to indicate the truncation. If this bit is not set, text wraps.

Valid Controls

Text

Value

Decimal Hexadecimal Constant
262144 0x00040000 msidbControlAttributesNoWrap

 

Remarks

To set this attribute on a control, include the NoWrap bit in the Attributes column of the control's record in the Control table.

See Control Attributes and Controls.