This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
WinFormControl
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
禁用讨厌的IMEMODE
master
yibo
7 years ago
parent
07041f4f19
commit
27e5b66016
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
WinFormControl/UScanPanel.cs
+ 2
- 0
WinFormControl/UScanPanel.cs
View File
@ -38,6 +38,8 @@ namespace WinFormControl
{
if
(
!
parentForm
.
KeyPreview
)
parentForm
.
KeyPreview
=
true
;
if
(
parentForm
.
ImeMode
!
=
ImeMode
.
Disable
)
parentForm
.
ImeMode
=
ImeMode
.
Disable
;
parentForm
.
KeyPress
+
=
ParentForm_KeyPress
;
}
}
Write
Preview
Loading…
Cancel
Save