HighTechTalks DotNet Forums  

Weird problem with design attributes

ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss Weird problem with design attributes in the ASP.net Building Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
GeezerButler
 
Posts: n/a

Default Weird problem with design attributes - 05-13-2007 , 02:03 PM






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.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.