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 8aae933e5a7a4476a76fb4040dfa0d6fb51fa833..70c6028c1a9e841c1db3a11230d97b98c7c50649 100644 (file)
@@ -27,7 +27,6 @@
 //
 
 
-#if NET_2_0
 namespace System.Windows.Forms
 {
        public enum TextImageRelation
@@ -39,4 +38,3 @@ namespace System.Windows.Forms
                TextBeforeImage = 8
        }
 }
-#endif
\ No newline at end of file