RC-WinTrans Object Model Help |
VersionInfoDialog.Key
|
Type Info: |
Key As String |
| 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 |