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

In This Topic
    AcceptsReturn Property (C1TextBox)
    In This Topic
    Gets or sets a value indicating whether pressing ENTER in a multiline 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