单项选择题
文本框Text1的KeyDown事件过程如下: Private Sub Text 1_KeyDown(KeyCode As Integer,Shift As Integer) … End Sub 其中参数KeyCode的值表示的是发生此事件时()。
A.是否按下了<Alt>键或<Ertl>键 B.按下的是哪个数字键 C.所按的键盘键的键码 D.按下的是哪个鼠标键
A.0 B.1 C.2 D.3
A.0 B.1 C.3 D.语句有错