RC-WinTrans Object Model Help |
VersionInfoDialog.Show
|
Makes the dialog visible. Returns "True" if the dialog has been closed with the OK button, otherwise "False."
Syntax: |
Show() As Boolean |
| Return: | Boolean |
| Example: | Dim Dlg As VersionInfoDialog Dim Key As String Set Dlg = Application.Tools.RestypeEditors.VersionInfoDialog Dlg. Key = "040904e4" If (Dlg.Show) Then Key = Dlg.Key End If |
See also: