CollectionEditor leads to "Object does not match target type."
- by smwikipedia
I have a custom control which has a property of type Collection< System.Drawing.Point . When I use CollectionEditor to edit this property, the CollectionEditor window shows "Object does not match target type." for the "X" and "Y" properties. But if I use System.Drawing.PointF instead, there's no failure.
Could anyone tell me why?