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

In This Topic
    ReturnMode Property (C1RichTextBox)
    In This Topic
    Gets or sets a value of ReturnMode that indicates how the C1RichTextBox handles the Return key.
    Syntax
    'Declaration
     
    
    Public Property ReturnMode As ReturnMode
    public ReturnMode ReturnMode {get; set;}
    See Also