Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / AcceptsCrLf Property


AcceptsCrLf Property (GcMask)
Gets or sets a value indicating how to process the CrLf chars when copy, cut or paste string.
Syntax
'Declaration
 
Public Property AcceptsCrLf As CrLfMode
 
'Usage
 
Dim instance As GcMask
Dim value As CrLfMode
 
instance.AcceptsCrLf = value
 
value = instance.AcceptsCrLf

Property Value

A CrLfMode enumeration indicates which mode that the CrLf chars will be used when copy, cut and paste string.
The default is CrLfMode.NoControl.
Exceptions
ExceptionDescription
The value isn't a valid CrLfMode item.
Remarks
The CrLf.Cut setting make the GcMask same with the standard TextBox when copy, cut and paste string.
See Also