RC-WinTrans Object Model Help |
ImportMultipleTranslationsDialog.StopImport |
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.
|