RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / AcceptsReturn Property

In This Topic
    AcceptsReturn Property
    In This Topic
    Gets or sets a value that indicates how the text editing control responds when the user presses the ENTER key.
    Syntax
    'Declaration
     
    Public Property AcceptsReturn As Boolean
    public bool AcceptsReturn {get; set;}
    See Also