2007-04-30 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / MenuGlyph.cs
index 459337ae4bae1e58acd6a2efced78334b55cb625..b2733eed4e01cb76c5d39fc9ec497e5b316e0464 100644 (file)
 
 namespace System.Windows.Forms {
        public enum MenuGlyph {
-               Arrow           = 0,
-               Min             = 0,
-               Checkmark       = 1,
-               Bullet          = 2,
-               Max             = 2
+               Arrow     = 0,
+               Min       = 0,
+               Checkmark = 1,
+               Bullet    = 2,
+               Max       = 2
        }
 }