WordWrap Property

Gets or sets a value which turns on word-wrapping within the control.

object.WordWrap = [boolean]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.

Client support

Newlook Smartclient

Newlook Server

Use

Setting this property to True will mean that any text that is too long to display in the control will wrap.

Settings

The WordWrap settings for the label and command button controls are :

Setting

Description

Example

True

(Default) Any text that is too long to display in the control will wrap.

False

Any text that is too long to display in the control will never wrap (which may mean it appears truncated).

See Also

Blink property | Caption property | Length property

Applies To

Command button control

Label control


© 2004-2021 looksoftware. All rights reserved.