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, MessageBoxButtons buttons ) |
| Visual Basic |
|---|
Public Shared Function Show ( _ text As String, _ caption As String, _ buttons As MessageBoxButtons _ ) As DialogResult |
| Visual C++ |
|---|
public: static DialogResult Show( String^ text, String^ caption, MessageBoxButtons buttons ) |
Parameters
- text
- Type: System..::..String
- caption
- Type: System..::..String
- buttons
- Type: System.Windows.Forms..::..MessageBoxButtons