edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

MsgBox Class

Inheritance Hierarchy
SystemObject
  EnterpriseDT.UtilMsgBox

Namespace:  EnterpriseDT.Util
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public class MsgBox

The MsgBox type exposes the following members.

Constructors
  NameDescription
Public methodMsgBox
Initializes a new instance of the MsgBox class
Top
Properties
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetText
Public methodStatic memberShouldShowAgain
Public methodStatic memberShow(String)
Public methodStatic memberShow(IWin32Window, Exception)
Public methodStatic memberShow(IWin32Window, String)
Public methodStatic memberShow(String, String)
Public methodStatic memberShow(IWin32Window, String, String)
Public methodStatic memberShow(String, String, MessageBoxButtons)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxButtons)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxIcon)
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxIcon)
Public methodStatic memberShow(String, String, MessageBoxIcon, String)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon)
Public methodStatic memberShow(IWin32Window, String, String, MessageBoxIcon, String)
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also