[Mono-bugs] [Bug 80099][Nor] Changed - TableLayoutPanel missing methods cf .NET2

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Nov 30 15:14:50 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by peter at drealm.org.uk.

http://bugzilla.ximian.com/show_bug.cgi?id=80099

--- shadow/80099	2006-11-30 09:09:48.000000000 -0500
+++ shadow/80099.tmp.4493	2006-11-30 15:14:50.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 80099
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: WinXPSP2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: peter at drealm.org.uk               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -36,6 +36,37 @@
 
 Additional Information:
 Under VC#EE8/.NET2, the methods are available.
 Also affects:
 ColumnStyles()
 ... (others methods tbc)
+
+------- Additional Comments From peter at drealm.org.uk  2006-11-30 15:14 -------
+...but first, a few properties.  I'm going to stop as I can see this
+is .NET2 related and I'm happy for this bug to get closed (I'm not
+sure what resolution to use, though).
+
+TableLayoutPanel tlp = new TableLayoutPanel();
+//AccessibleObject tlpAO = tlp.AccessibleObject; // (Control)
+//-- Class not found
+//Point tlpASO = tlp.AutoScrollOffset; // (Control) new in .NET2
+//-- Property not found
+//AutoSizeMode tlpASMo = tlp.AutoSizeMode; // (Panel) new in .NET2
+//-- Class not found
+//ImageLayout tlpBIL = tlp.BackgroundImageLayout; // (Control) new in
+.NET2
+//-- Class not found
+//TableLayoutPanelCellBorderStyle tlpCBS = tlp.CellBorderStyle; // new
+in .NET2
+//-- Class not found
+//bool tlpCFICTC = tlp.CheckForIllegalCrossThreadCalls; // (Control)
+new in .NET2
+//-- Property not found
+//TableLayoutColumnStyleCollection tlpCSt = tlp.ColumnStyles; // new
+in .NET2
+//-- Class not found
+//ContextMenuStrip tlpCMS = tlp.ContextMenuStrip; // (Control) new in
+.NET2
+//-- Class not found
+//TableLayoutControlCollection tlpCon = tlp.Controls; // new in .NET2
+//-- Class not found
+


More information about the mono-bugs mailing list