Unicode Controls & Classes for VB6 - Version 4
ctlUniTextBoxXP
.MultiLine Property
Gets or sets the multiline editing for the control
Syntax
Public Property Get MultiLine () As Boolean
Public Property Let MultiLine (ByVal
bMultiLine
As Boolean)
Parameters
Parameter
Description
ByVal
bMultiLine
As Boolean
True for multiline, False otherwise
Remarks