[Mono-bugs] [Bug 495562] Calling Show() on a maximized form changes Window state to Normal .NET difference
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 16 12:24:35 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=495562
User tom_hindle at sil.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=495562#c1
--- Comment #1 from tom hindle <tom_hindle at sil.org> 2009-04-16 10:24:34 MDT ---
Created an attachment (id=286179)
--> (http://bugzilla.novell.com/attachment.cgi?id=286179)
Sample Code Showing setting WindowState on a Shown Form not working
This doesn't work either:
Form f = new Form();
f.Show();
f.WindowState = FormWindowState.Maximized;
Assert(f.WindowState == FormWindowState.Maximized);
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list