Returns if the stop button has been clicked.

Type Info:

StopImport As Boolean
Example:
Dim Dlg As New ImportMultipleTranslationsDialog
Dim StopImport As Boolean

' initialize dialog
[...]

If (Dlg.Show) Then
	StopImport = Dlg.StopImport 

	' more actions
	[...]
End If
Remarks: Read-only property.

See also:

Class ImportMultipleTranslationsDialog

Last Updated: 04/03/06