G
Guest
Does anyone know how to make a multi-attribute property show in the design
time property window of VS IDE in the same way as .Net controls e.g. the Font
property has a + sign against it and can be expanded to reveal the child
proerties.
I am trying to implement a LineStyle property in a control derived form
UserControl which has child properties such as LineWidth, Colour, etc.
Category attribute is not suitable because this only groups properties, it
does not nest them.
Can anyone point me in the right direction.
many thanks
time property window of VS IDE in the same way as .Net controls e.g. the Font
property has a + sign against it and can be expanded to reveal the child
proerties.
I am trying to implement a LineStyle property in a control derived form
UserControl which has child properties such as LineWidth, Colour, etc.
Category attribute is not suitable because this only groups properties, it
does not nest them.
Can anyone point me in the right direction.
many thanks