Returns if the skip button has been clicked.

Type Info:

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

' initialize dialog
[...]

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

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

See also:

Class ImportMultipleTranslationsDialog

Last Updated: 04/03/06