Returns the type of the shortcut or sets it.

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).
See also:

Class Win32ShortcutDialog

Last Updated: 11/10/04