InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputTextBox Class / AcceptsReturn Property

In This Topic
    AcceptsReturn Property (InputTextBox)
    In This Topic
    Gets or sets a value that determines whether the InputTextBox should handle the Enter key in a multiline mode.
    Syntax
    'Declaration
     
    Public Property AcceptsReturn As Boolean
    public bool AcceptsReturn {get; set;}
    See Also