diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-20 01:58:20 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-20 01:58:20 +0300 |
| commit | 65d898feb5cadb4bf421f03e40ef3f3109c881a6 (patch) | |
| tree | b2b8b52ec50555ebeaf94f6a56afa12e1e32de8e /Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml | |
| parent | 0afbbb6b79eca2a780462f9c46f50e705661013c (diff) | |
| download | Tango-65d898feb5cadb4bf421f03e40ef3f3109c881a6.tar.gz Tango-65d898feb5cadb4bf421f03e40ef3f3109c881a6.zip | |
Working on TouchComboBox.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml b/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml index ec26d882e..d49f8799e 100644 --- a/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml +++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml @@ -21,6 +21,7 @@ <Style TargetType="{x:Type local:TouchTextBox}"> <Setter Property="Focusable" Value="False"></Setter> + <Setter Property="FocusVisualStyle" Value="{x:Null}"></Setter> <Setter Property="keyboard:KeyboardView.Mode" Value="{Binding RelativeSource={RelativeSource Self},Path=KeyboardMode}"></Setter> <Setter Property="keyboard:KeyboardView.Action" Value="{Binding RelativeSource={RelativeSource Self},Path=KeyboardAction}"></Setter> <Setter Property="keyboard:KeyboardView.Container" Value="{Binding RelativeSource={RelativeSource Self},Path=KeyboardContainer}"></Setter> |
