Gets or sets the value that determines if the user can change the text in the text box.
Syntax
<TextBox IsReadOnly="bool"/>
Property value
Type: System.Boolean [.NET] | Platform::Boolean [C++]
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.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013