2007-03-12 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / Shortcut.cs
index ca6b72ed8b06ebfc0a4458315709a7d5b01a187f..68a05a99adbf7b7806d5294c5031e1675e78be22 100644 (file)
@@ -42,6 +42,9 @@ namespace System.Windows.Forms
                Alt8            = 0x040038,
                Alt9            = 0x040039,
                AltBksp         = 0x040008,
+#if NET_2_0
+               AltDownArrow    = 0x040028,
+#endif
                AltF1           = 0x040070,
                AltF10          = 0x040079,
                AltF11          = 0x04007A,
@@ -54,6 +57,11 @@ namespace System.Windows.Forms
                AltF7           = 0x040076,
                AltF8           = 0x040077,
                AltF9           = 0x040078,
+#if NET_2_0
+               AltLeftArrow    = 0x040025,
+               AltRightArrow   = 0x040027,
+               AltUpArrow      = 0x040026,
+#endif
                Ctrl0           = 0x020030,
                Ctrl1           = 0x020031,
                Ctrl2           = 0x020032,