TextBox.AcceptsReturn property

This topic has not yet been rated - Rate this topic

Gets or sets the value that determines whether the text box allows and displays the newline or return characters.

Syntax


public bool AcceptsReturn { get; set; }


<TextBox AcceptsReturn="bool"/>

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if the text box allows newline characters; otherwise, false. The default is false.

Remarks

If you change the AcceptsReturn property to true, text might be displayed differently due to text containing newline characters.

You can enable multi-line text in a TextBox control by using the AcceptsReturn property. Use the ScrollViewer.HorizontalScrollBarVisibility or ScrollViewer.VerticalScrollBarVisibility attached properties to change scrollbar behavior. By default the scrollbars appear when the layout system calculates that the text exceeds the dimensions of the viewport for the TextBox.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

TextBox
Quickstart: Adding text input and editing controls
ScrollViewer

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.