To create a shortcut key for a label in Visual Basic, you need to enable mnemonic processing and use the ampersand (&) character in the caption. Setting UseMnemonic to True allows the control to interpret & as a shortcut indicator, and placing & before a letter (like &File) makes that letter the shortcut key. The DragMode and LinkMode properties are unrelated to keyboard shortcuts.