Hi,
You need to use a typeconverter.
Have a look here for more information:
http://www.dotnetjohn.com/articles.aspx?articleid=120
If you have more questions, do not hesitate.
--
Aflava
Windows Forms Components
http://www.aflava.com
<(E-Mail Removed)> wrote in message
news:6387961e-2fef-4f59-a5e1-(E-Mail Removed)...
>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?