Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting Property Descriptions
Message
From
08/09/2005 15:34:51
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01047815
Message ID:
01047845
Views:
10
I have the details at home. But you need to set attributes. Hopefully, if you look up attributes in help, you'll get your answer.

PF

>How do I create a property description string that will appear in
>the property sheet?
>
>
>// I want this string to appear in the property sheet
>public string FieldName
>{
>  get
>  {
>    return m_FieldName;
>  }
>  set
>  {
>    m_FieldName = value;
>  }
>		
>}
>

(On an infant's shirt): Already smarter than Bush
Previous
Reply
Map
View

Click here to load this message in the networking platform