RC-WinTrans Object Model Help |
Win32ShortcutDialog.Type
|
Type Info: |
Type As String |
| Example: | Dim Dlg As Win32ShortcutDialog
Set Dlg = Application.Tools.RestypeEditors.Win32ShortcutDialog
Dlg.Id = "ID_SHORTCUT_TEST"
Dlg.Key = "A"
Dlg.Type = "CONTROL SHIFT NOINVERT VIRTKEY"
If (Dlg.Show) Then
MsgBox "Changed Shortcut"
End If
|
| Remarks: | The type contains the modifiers (CONTROL for Ctrl, SHIFT for Shift, ALT for Alt) of the shortcut and additional information (e.g., VIRTKEY for VirtKey). |