Author: jackson
Date: 2005-11-25 02:26:28 -0500 (Fri, 25 Nov 2005)
New Revision: 53475

Modified:
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiChildContext.cs
Log:

        expose the maximized var



Modified: 
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiChildContext.cs
===================================================================
--- 
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiChildContext.cs   
    2005-11-25 07:10:10 UTC (rev 53474)
+++ 
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiChildContext.cs   
    2005-11-25 07:26:28 UTC (rev 53475)
@@ -109,6 +109,10 @@
                        CreateButtons ();
                }
 
+               public bool Maximized {
+                       get { return maximized; }
+               }
+
                public bool HandleMessage (ref Message m)
                {
                        switch ((Msg)m.Msg) {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to