Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public static DialogResult Show(
	IWin32Window owner,
	string text,
	string caption,
	MessageBoxButtons buttons,
	MessageBoxIcon icon,
	MessageBoxDefaultButton defaultButton,
	Exception exception,
	string detail
)
Visual Basic
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
Visual C++
public:
static DialogResult Show(
	IWin32Window^ owner, 
	String^ text, 
	String^ caption, 
	MessageBoxButtons buttons, 
	MessageBoxIcon icon, 
	MessageBoxDefaultButton defaultButton, 
	Exception^ exception, 
	String^ detail
)

See Also