The MsgBox type exposes the following members.

Constructors

  NameDescription
Public methodMsgBox
Initializes a new instance of the MsgBox class

Methods

  NameDescription
Public methodStatic memberAsk(IWin32Window, String)
Public methodStatic memberAsk(IWin32Window, String, String)
Public methodStatic memberAsk(IWin32Window, String, String, MessageBoxButtons)
Public methodStatic memberAsk(IWin32Window, String, String, MessageBoxButtons, MessageBoxDefaultButton)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetText
Public methodStatic memberShouldShowAgain
Public methodStatic memberShow(String)
Public methodStatic memberShow(String, String)
Public methodStatic memberShow(IWin32Window, Exception)
Public methodStatic memberShow(IWin32Window, String)
Public methodStatic memberShow(String, String, MessageBoxButtons)
Public methodStatic memberShow(IWin32Window, String, String)
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxIcon)
Public methodStatic memberShow(String, String, MessageBoxIcon, String)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxButtons)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxIcon)
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxIcon, String)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, String)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, Exception, String)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, Exception, String, String)
Public methodStatic memberShowAndLog(IWin32Window, Exception, Logger)
Public methodStatic memberShowAndLog(IWin32Window, String, Exception, Logger)
Public methodStatic memberShowAndLog(IWin32Window, String, String, Exception, Logger)
Public methodStatic memberShowAndLog(IWin32Window, String, String, String, Logger)
Public methodShowDialog()()()()
Public methodShowDialog(IWin32Window)
Public methodToString (Inherited from Object.)

Properties

See Also