New tests.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / Theme.cs
index 045f815777864d6a022951fce6cd1697efb49318..e4154e726f197b2595dc28fa8aa0a2ce69a34da2 100644 (file)
@@ -202,6 +202,7 @@ namespace System.Windows.Forms
 #else
                        default_font = new Font (FontFamily.GenericSansSerif, 8.25f);
 #endif
+                       syscolors = null;
                }
 
                private void SetSystemColors (KnownColor kc, Color value)
@@ -575,7 +576,7 @@ namespace System.Windows.Forms
                        else return value;
                }
 
-               [MonoTODO("Figure out where to point for My Network Places")]
+               [MonoInternalNote ("Figure out where to point for My Network Places")]
                public virtual string Places(UIIcon index) {
                        switch (index) {
                                case UIIcon.PlacesRecentDocuments: {
@@ -983,6 +984,7 @@ namespace System.Windows.Forms
                #region BalloonWindow
 #if NET_2_0
                public abstract void ShowBalloonWindow (IntPtr handle, int timeout, string title, string text, ToolTipIcon icon);
+               public abstract void HideBalloonWindow (IntPtr handle);
                public abstract void DrawBalloonWindow (Graphics dc, Rectangle clip, NotifyIcon.BalloonWindow control);
                public abstract Rectangle BalloonWindowRect (NotifyIcon.BalloonWindow control);
 #endif