We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41c808 commit 299dc32Copy full SHA for 299dc32
Microsoft.Toolkit.Uwp.UI.Controls.Input/TokenizingTextBox/TokenizingTextBoxAutomationPeer.cs
@@ -27,7 +27,7 @@ public TokenizingTextBoxAutomationPeer(TokenizingTextBox owner)
27
{
28
}
29
30
- /// <summary>Gets a value that indicates whether the value of a control is read-only.</summary>
+ /// <summary>Gets a value indicating whether the value of a control is read-only.</summary>
31
/// <returns>**true** if the value is read-only; **false** if it can be modified.</returns>
32
public bool IsReadOnly => !this.OwningTokenizingTextBox.IsEnabled;
33
0 commit comments