Properly update the combo box selected text when the current item is changed, and...
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / Shortcut.cs
index ca6b72ed8b06ebfc0a4458315709a7d5b01a187f..98c81787361a8b4d0c00129cb2fee1a67425e889 100644 (file)
@@ -42,6 +42,7 @@ namespace System.Windows.Forms
                Alt8            = 0x040038,
                Alt9            = 0x040039,
                AltBksp         = 0x040008,
+               AltDownArrow    = 0x040028,
                AltF1           = 0x040070,
                AltF10          = 0x040079,
                AltF11          = 0x04007A,
@@ -54,6 +55,9 @@ namespace System.Windows.Forms
                AltF7           = 0x040076,
                AltF8           = 0x040077,
                AltF9           = 0x040078,
+               AltLeftArrow    = 0x040025,
+               AltRightArrow   = 0x040027,
+               AltUpArrow      = 0x040026,
                Ctrl0           = 0x020030,
                Ctrl1           = 0x020031,
                Ctrl2           = 0x020032,