質問編集履歴
1
ソースコードに一部誤りがあったため編集しました ×Key.Enter→〇Key.Back
title
CHANGED
File without changes
|
body
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
}
|
51
51
|
else if (this.InputMyALittleExcitedText.LineCount > MaxLine)
|
52
52
|
{
|
53
|
-
SendKeys.Send(Key.
|
53
|
+
SendKeys.Send(Key.Back);
|
54
54
|
}
|
55
55
|
}
|
56
56
|
|