MsgBoxShow Method (IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, Exception, String) |
Namespace:
EnterpriseDT.Util
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic static DialogResult Show(
IWin32Window owner,
string text,
string caption,
MessageBoxButtons buttons,
MessageBoxIcon icon,
MessageBoxDefaultButton defaultButton,
Exception exception,
string detail
)
Public Shared Function Show (
owner As IWin32Window,
text As String,
caption As String,
buttons As MessageBoxButtons,
icon As MessageBoxIcon,
defaultButton As MessageBoxDefaultButton,
exception As Exception,
detail As String
) As DialogResult
public:
static DialogResult Show(
IWin32Window^ owner,
String^ text,
String^ caption,
MessageBoxButtons buttons,
MessageBoxIcon icon,
MessageBoxDefaultButton defaultButton,
Exception^ exception,
String^ detail
)
static member Show :
owner : IWin32Window *
text : string *
caption : string *
buttons : MessageBoxButtons *
icon : MessageBoxIcon *
defaultButton : MessageBoxDefaultButton *
exception : Exception *
detail : string -> DialogResult
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
- text
- Type: SystemString
- caption
- Type: SystemString
- buttons
- Type: System.Windows.FormsMessageBoxButtons
- icon
- Type: System.Windows.FormsMessageBoxIcon
- defaultButton
- Type: System.Windows.FormsMessageBoxDefaultButton
- exception
- Type: SystemException
- detail
- Type: SystemString
Return Value
Type:
DialogResult
See Also