Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / TextWrap Property


In This Topic
TextWrap Property (SuperEditBase)
In This Topic
Gets or sets whether to automatically wrap text without line breaks.
Syntax
'Declaration
 
Public Overrides Property TextWrap As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.TextWrap = value
 
value = instance.TextWrap
See Also