假定有如下事件过程:
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
则以下描述中错误的是( )。
A:该过程的功能是弹出一个菜单 B:PopForm是在菜单编辑器中定义的弹出式菜单的名称 C:参数X、Y指明鼠标的当前位置 D:Button=2表示按下的是鼠标左键
假定有如下事件过程:
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
则以下描述中错误的是______。
A:该过程的功能是弹出一个菜单 B:popForm是在菜单编辑器中定义的弹出式菜单的名称 C:参数X、Y指明鼠标的当前位置 D:Button=2表示按下的是鼠标左键
设有如下事件过程:
Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single)
If Button=2 Then
PopupMenu popMenu
End If
End Sub
则以下描述中错误的是( )。
A:该过程的功能是弹出一个菜单 B:popMenu是在菜单编辑器中定义的弹出式菜单的名称 C:参数X、Y指明鼠标的当前位置 D:Button=2表示按下的是鼠标左键
假设有如下事件过程: 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 则以下描述中错误的是______。
A:该过程的功能是弹出一个菜单 B:popForm是在菜单编辑器中定义的弹出式菜单的名称 C:参数x、y指明鼠标的当前位置 D:Button=2表示按下的是鼠标左键
假定有如下事件过程: 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 则以下描述中错误的是( )。
A:该过程的功能是弹出一个菜单 B:PopForm是在菜单编辑器中定义的弹出式菜单的名称 C:参数X、Y指明鼠标的当前位置 D:Button=2表示按下的是鼠标左键
假定有如下事件过程: Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Sinsle,Y As Single) If Button=2 then PopupMenu popForm End If End Sub 则以下描述中错误的是
A:该过程的功能是弹出一个菜单 B:popForm是在菜单编辑器中定义的弹出式菜单的名称 C:参数X、Y指明鼠标的当前位置 D:Button=2表示按下的是鼠标左键
假定有如下事件过程: Private Sub Form_MouseDown(Button As Integer,Shift As Integer,_x As_Single,-y AsSingle) If Button=2 Then PopupMenu popForm End If End Sub 则以下描述中错误的是
A:该过程的功能是弹出一个菜单 B:popForm是在菜单编辑器中定义的弹出式菜单的名称 C:参数x、y指明鼠标的当前位置 D:Button=2表示按下的是鼠标左键
假定有如下事件过程: 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 则以下描述中错误的是
A:该过程的功能是弹出一个菜单 B:PopForm是在菜单编辑器中定义的弹出式菜单的名称 C:参数X、Y指明鼠标的当前位置 D:BuRon=2表示按下的是鼠标左键
假定有如下事件过程: 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 则以下描述中错误的是______。
A:该过程的功能是弹出一个菜单 B:popForm是在菜单编辑器中定义的弹出式菜单的名称 C:参数X、Y指明鼠标的当前位置 D:Button=2表示按下的是鼠标左键