Creates an instance of the KeyShortcut class and sets the shortcut to the System.Windows.Forms.Keys.None value.
public KeyShortcut()
Public New()
This constructor creates a KeyShortcut object and sets its Key property to System.Windows.Forms.Keys.None.
Another constructor overload allows you to initialize the Key property with a valid shortcut.