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

Syntax

C#
public static bool Ask(
	IWin32Window owner,
	string text,
	string title
)
Visual Basic
Public Shared Function Ask ( _
	owner As IWin32Window, _
	text As String, _
	title As String _
) As Boolean
Visual C++
public:
static bool Ask(
	IWin32Window^ owner, 
	String^ text, 
	String^ title
)

See Also