VB.NET中e.Cancel是什么意思
IfNotm_bLoginSuccessThenIfMsgBox("您确定要退出本系统吗?",MsgBoxStyle.Information+MsgBoxStyle.Ye...
If Not m_bLoginSuccess Then
If MsgBox("您确定要退出本系统吗?", MsgBoxStyle.Information + MsgBoxStyle.YesNo, "退出系统") = MsgBoxResult.Yes Then
Application.Exit()
Else
e.Cancel = True '取消卸载窗体
End If
End If 展开
If MsgBox("您确定要退出本系统吗?", MsgBoxStyle.Information + MsgBoxStyle.YesNo, "退出系统") = MsgBoxResult.Yes Then
Application.Exit()
Else
e.Cancel = True '取消卸载窗体
End If
End If 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询