Returns if the set re-check marker option has been selected.

Type Info:

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

' initialize dialog
[...]

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

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

See also:

Class ImportMultipleTranslationsDialog

Last Updated: 04/03/06