* InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / TextImageRelation.cs
index 8aae933e5a7a4476a76fb4040dfa0d6fb51fa833..29a71515445ac2ebada9d28091b8507a7d941097 100644 (file)
 //
 
 
-#if NET_2_0
 namespace System.Windows.Forms
 {
-       public enum TextImageRelation
+#if NET_2_0
+       public 
+#endif
+       enum TextImageRelation
        {
                Overlay = 0,
                ImageAboveText = 1,
@@ -39,4 +41,3 @@ namespace System.Windows.Forms
                TextBeforeImage = 8
        }
 }
-#endif
\ No newline at end of file