单选题 假定有如下事件过程:
Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single)
 If Button=2 Then
  PopupMenu popForm
 End If
End Sub
则以下描述中错误的是( )。

【正确答案】 D
【答案解析】