Weird problem with design time attributes

G

GeezerButler

Hi,
I have a user control declared like:
public class MyUSerControl: UserControl, INamingContainer
{
.....
}

I am applying design time attributes to some properties of my
UserControl.
For example:
[Category("Appearance"),
TypeConverter(typeof(StringArrayConverter))]
[Description("Some description")]
public string[] MyProperty1
{
.....
}

For some reason, the Category is being applied correctly to all
properties but i can't see the ArrayConverter or the description.

Has anyone faced this problem? Any help would be appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,527
Members
44,998
Latest member
MarissaEub

Latest Threads

Top