Categories
7.0 7.5 HOW TO Microsoft Visual Studio Windows Phone

HOW TO set TextBox.InputScope property

In XAML, for example, to set the InputScope property to Number:

[sourcecode lang=”xml”]
<TextBox Name="myTextBox">
<TextBox.InputScope>
<InputScope>
<InputScopeName NameValue="Number"/>
</InputScope>
</TextBox.InputScope>
</TextBox>
[/sourcecode]

Did my HOW TO help you? Leave a reply.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.