郑广学VSTO火箭速成班 VBAYYDS.COM

MessageBoxEx 类

增强的弹出对话框

Definition

命名空间: Excel880VSTO
程序集: Excel880VSTO (在 Excel880VSTO.dll 中) 版本:1.5.8.0 (1.5.8.0)
C#
public class MessageBoxEx
Inheritance
Object    MessageBoxEx

构造函数

方法

MsgBox 系统msgbox升级版 在vsto中显示的时候避免被用户窗体挡住 总是可以出现在顶端 MsgBox("请选择",MessageBoxButtons.OKcancel,"确定,取消")
MsgboxTimeOut 弹出定时关闭的确定按钮对话框 1000代表1秒钟
Show(String, String, MessageBoxButtons, String)  
Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, String)  

参见