Windows.UI.Xaml.Controls.TextBox.IsReadOnly
June 22, 2022 · View on GitHub
-description
Gets or sets the value that determines if the user can change the text in the text box.
-xaml-syntax
<TextBox IsReadOnly="bool"/>
-property-value
true if the text box is read-only; otherwise, false. The default is false.
-remarks
The default control template for TextBox has a visual state that tracks whether the TextBox is read-only. If the TextBox is read-only, it appears in a gray color in most themes. This also tracks if Control.IsEnabled is false.