Designer and Struct Properties

  • Thread starter Thread starter cronusf
  • Start date Start date
C

cronusf

I have a Range structure with properties High and Low. I have a
custom control that has some Range properties. I want these
properties to show up in the designer similar to how Point properties
show up, where I can expand the point to its X, Y values in the
designer and enter them in. How is this done?
 
Back
Top