单项选择题

下面的程序运行时,为了在窗体上输出“VB6.0”,应在窗体上执行的操作是( )。
Private Sub Form_MouseDown(BuRon As Integer,shift As Integer,x As Single,Y As Single)
 If Button And 3=3 then
  Print"VB 6.0"
 End If
End Sub

A.只能按下右键
B.只能按下左键
C.应同时按下左、右键
D.按下左、右键之一