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