MultiLine Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies whether the check box text can be wrapped.

Declaration

componentPropObj.MultiLine
Read-Write Property Boolean
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxCheckBoxProperties

Description

Use the MultiLine property to determine or specify whether the caption text of a check box component can be wrapped. If MultiLine is True, the caption text is wrapped when it does not fit the component’s width. If this property is False, which is the default value, the caption text is displayed in a single line. At that, if the text length exceeds the check box width, it appears truncated.

To get or set the check box caption, use the Caption property.

Property Value

True, if the check box caption wraps; False if it is drawn in a single line.

See Also

Caption Property

Highlight search results