edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

MsgBoxShow Method (IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, Exception, String)

Namespace:  EnterpriseDT.Util
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public static DialogResult Show(
	IWin32Window owner,
	string text,
	string caption,
	MessageBoxButtons buttons,
	MessageBoxIcon icon,
	MessageBoxDefaultButton defaultButton,
	Exception exception,
	string detail
)

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