Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public static DialogResult Show( string text, string caption, MessageBoxIcon icon, string showAgainTag ) |
| Visual Basic |
|---|
Public Shared Function Show ( _ text As String, _ caption As String, _ icon As MessageBoxIcon, _ showAgainTag As String _ ) As DialogResult |
| Visual C++ |
|---|
public: static DialogResult Show( String^ text, String^ caption, MessageBoxIcon icon, String^ showAgainTag ) |
Parameters
- text
- Type: System..::..String
- caption
- Type: System..::..String
- icon
- Type: System.Windows.Forms..::..MessageBoxIcon
- showAgainTag
- Type: System..::..String