* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / Panel.cs
index e4b259d19a48ea78c598b12dd7f84c3c0085d85c..092470403acb673d4e6e1226149da888254aaddb 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-// Copyright (c) 2004 Novell, Inc.
+// Copyright (c) 2004-2005 Novell, Inc.
 //
 // Authors:
 //     Jackson Harper (jackson@ximian.com)
 //
 
-// NOT COMPLETE
+// COMPLETE
 
 using System;
 using System.ComponentModel;
@@ -40,6 +40,7 @@ namespace System.Windows.Forms {
                public Panel () {
                        base.TabStop = false;
                        SetStyle(ControlStyles.Selectable, false);
+                       SetStyle (ControlStyles.SupportsTransparentBackColor, true);
                }
                #endregion      // Constructors & Destructors