单项选择题

有如下事件过程:   Private Sub Form_KeyDown(KeyCode As Integer,Shift As Integer)    If(Button And 3)=3 Then     Print"OK"    End If   End Sub   程序运行后,为了在窗体上输出“OK”,应当按下的鼠标键是 ( )。

A.interface
B.static
C.final
D.abstract