Inheritance Hierarchy
Namespace:
EnterpriseDT.Util
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
SyntaxThe MsgBox type exposes the following members.
Constructors
| Name | Description |
---|
 | MsgBox | Initializes a new instance of the MsgBox class |
Top
Properties
Methods
| Name | Description |
---|
  | Ask(IWin32Window, String) | |
  | Ask(IWin32Window, String, String) | |
  | Ask(IWin32Window, String, String, MessageBoxButtons) | |
  | Ask(IWin32Window, String, String, MessageBoxButtons, MessageBoxDefaultButton) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | SetText | |
  | ShouldShowAgain | |
  | Show(String) | |
  | Show(IWin32Window, Exception) | |
  | Show(IWin32Window, String) | |
  | Show(String, String) | |
  | Show(IWin32Window, String, String) | |
  | Show(String, String, MessageBoxButtons) | |
  | Show(IWin32Window, String, String, MessageBoxButtons) | |
  | Show(IWin32Window, String, String, MessageBoxIcon) | |
  | Show(String, String, MessageBoxButtons, MessageBoxIcon) | |
  | Show(String, String, MessageBoxIcon, String) | |
  | Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon) | |
  | Show(IWin32Window, String, String, MessageBoxIcon, String) | |
  | Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) | |
  | Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, String) | |
  | Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) | |
  | Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, Exception, String) | |
  | Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, Exception, String, String) | |
  | ShowAndLog(IWin32Window, Exception, Logger) | |
  | ShowAndLog(IWin32Window, String, Exception, Logger) | |
  | ShowAndLog(IWin32Window, String, String, Exception, Logger) | |
  | ShowAndLog(IWin32Window, String, String, String, Logger) | |
 | ShowDialog | |
 | ShowDialog(IWin32Window) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also