public static int MsgboxTimeOut(
string 显示内容,
int 定时,
string 标题 = ""
)
Public Shared Function MsgboxTimeOut (
显示内容 As String,
定时 As Integer,
Optional 标题 As String = ""
) As Integer
Dim 显示内容 As String
Dim 定时 As Integer
Dim 标题 As String
Dim returnValue As Integer
returnValue = MessageBoxEx.MsgboxTimeOut(显示内容,
定时, 标题)