Spread Windows Forms 12.0 Product Documentation
WordWrap Property (FpCombo)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : WordWrap Property
Gets or sets whether text that does not fit on one line wraps to multiple lines.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
'Usage
 
Dim instance As FpCombo
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
public bool WordWrap {get; set;}

Property Value

true for words to wrap to multiple lines; false otherwise
See Also

Reference

FpCombo Class
FpCombo Members