Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 660 Bytes

richeditbox_acceptsreturn.md

File metadata and controls

28 lines (19 loc) · 660 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.RichEditBox.AcceptsReturn
winrt property

Microsoft.UI.Xaml.Controls.RichEditBox.AcceptsReturn

-description

Gets or sets a value that indicates whether the RichEditBox allows and displays the newline or return characters when the ENTER or RETURN keys are pressed.

-xaml-syntax

<RichEditBox AcceptsReturn="bool"/>

-property-value

True if the RichEditBox allows newline characters; otherwise, false. The default is true.

-remarks

-examples

-see-also