單項(xiàng)選擇題
對(duì)窗體編寫(xiě)如下事件過(guò)程:
Private Sub Form_MouseDown(Button As Integer,Shif tAs Integer,X As Single Y As Single)
If Button=2 Then
Print "AAAAA"
End If
End Sub
Private Sub Form_MouseUp(Button As Integer,Shift As Integer,X As Single,Y As Single)
Print "BBBBB"
End Sub
程序運(yùn)行后,如果單擊鼠標(biāo)右鍵,則輸出結(jié)果為()