Spread Windows Forms 12.0 Product Documentation
Multiline Property (FpCombo)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : Multiline Property
Gets or sets whether the combo box displays text in multiple lines.
Syntax
'Declaration
 
Public Property Multiline As Boolean
'Usage
 
Dim instance As FpCombo
Dim value As Boolean
 
instance.Multiline = value
 
value = instance.Multiline
public bool Multiline {get; set;}

Property Value

true for multiple lines; false otherwise
See Also

Reference

FpCombo Class
FpCombo Members