RC-WinTrans Object Model Help |
ImportMultipleTranslationsDialog.Show
|
Makes import multiple translations dialog visible.
Syntax: |
Show() As Boolean |
| Return: | Boolean |
| Example: | Dim Dlg As New ImportMultipleTranslationsDialog ' initialize wizard [...] If (Dlg.Show) Then ' take action [...] End If |
See also: