Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / AcceptsReturn Property

In This Topic
    AcceptsReturn Property (C1TextBoxBase)
    In This Topic
    Gets or sets a value indicating whether pressing ENTER in a multiline C1.Win.Input.C1TextBox control creates a new line of text in the control or activates the default button for the form.
    Syntax
    'Declaration
     
    
    Public Property AcceptsReturn As Boolean
    public bool AcceptsReturn {get; set;}
    See Also