Which is the default UITypeEditor for Point?

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hi,
Which is the default UITypeEditor for Point in PropertyGrid?
Should i write my own UITypeEditor?

Thanks in advance
 
Point does not utilize an UITypeEditor, it rather uses the PointConverter
class (a subclass of TypeConverter).
 
Back
Top