[Mono-bugs] [Bug 391926] New: Should Class Status list various internal types that are used by WinForms Designer

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 19 04:22:27 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=391926


           Summary: Should Class Status list various internal types that are
                    used by WinForms Designer
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: andyhume32 at yahoo.co.uk
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


There are various internal classes that are referenced from Designer-related
attributes, but since they're not public Class Status doesn't list them. 
Should it?

For example:
* Property TextBox.AutoCompleteSource has:
[TypeConverter(typeof( TextBoxAutoCompleteSourceConverter ))]
which is: "internal class TextBoxAutoCompleteSourceConverter : EnumConverter"

* Type ToolStripItemCollection has: 
[Editor("System.Windows.Forms.Design .ToolStripCollectionEditor, System.Design,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
typeof(UITypeEditor))]
which is: "internal class ToolStripCollectionEditor : CollectionEditor"

User code (custom controls) can reference these types in the same way.


I've preliminary versions of those two classes BTW.


-- 
Configure bugmail: https://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