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

In This Topic
    AcceptsReturn Property (C1RichTextBox)
    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