自动弹出键盘
This commit is contained in:
parent
71f437cdae
commit
ad86e96860
|
@ -59,9 +59,9 @@ namespace DM_Weight
|
|||
private readonly ILog logger = LogManager.GetLogger(typeof(App));
|
||||
public App()
|
||||
{
|
||||
//TabTipAutomation.IgnoreHardwareKeyboard = HardwareKeyboardIgnoreOptions.IgnoreAll;
|
||||
//TabTipAutomation.BindTo<TextBox>();
|
||||
//TabTipAutomation.BindTo<PasswordBox>();
|
||||
TabTipAutomation.IgnoreHardwareKeyboard = HardwareKeyboardIgnoreOptions.IgnoreAll;
|
||||
TabTipAutomation.BindTo<TextBox>();
|
||||
TabTipAutomation.BindTo<PasswordBox>();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue