Skip to content

MultiLine Property

Description

Gets or sets a value that determines whether a control can accept multiple lines of text.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property MultiLine() As Boolean

Remarks

A multiple-line Flat Edit control wraps text as the user types text extending beyond the edit box.

You can also add scroll bars to larger Flat Edit controls using the ScrollBars property. If no horizontal scroll bar is specified, the text in a multiple-line Flat Edit control automatically wraps.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.