'Declaration Public Property AcceptsCrLf As CrLfMode
'Usage Dim instance As GcTextBox Dim value As CrLfMode instance.AcceptsCrLf = value value = instance.AcceptsCrLf
public CrLfMode AcceptsCrLf {get; set;}
Property Value
A GrapeCity.Windows.InputMan.CrLfMode enumeration indicates how the CrLf chars will be processed when paste string into GcTextBox.The default is GrapeCity.Windows.InputMan.CrLfMode.Cut.