Properly update the combo box selected text when the current item is changed, and...
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / TextImageRelation.cs
index 29a71515445ac2ebada9d28091b8507a7d941097..70c6028c1a9e841c1db3a11230d97b98c7c50649 100644 (file)
 
 namespace System.Windows.Forms
 {
-#if NET_2_0
-       public 
-#endif
-       enum TextImageRelation
+       public enum TextImageRelation
        {
                Overlay = 0,
                ImageAboveText = 1,