2008-12-02 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ComboBox.cs
index b9aef887aba902ab9fb412fa39dc23eca7c1a022..4e4dd460b73b5878f68fa88040590259cb09b597 100644 (file)
@@ -509,7 +509,7 @@ namespace System.Windows.Forms
                                if (value) 
                                        DropDownListBox ();
                                else
-                                       listbox_ctrl.Hide ();
+                                       listbox_ctrl.HideWindow ();
                        }
                }
 
@@ -2765,4 +2765,4 @@ namespace System.Windows.Forms
                        #endregion Private Methods
                }
        }
-}
\ No newline at end of file
+}