Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / AcceptsReturn Property


In This Topic
    AcceptsReturn Property (GeneralEditor)
    In This Topic
    Gets or sets whether a return is accepted.
    Syntax
    'Declaration
     
    
    Public Property AcceptsReturn As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Boolean
     
    instance.AcceptsReturn = value
     
    value = instance.AcceptsReturn
    public bool AcceptsReturn {get; set;}
    See Also