Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting Property Descriptions
Message
De
08/09/2005 15:34:51
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01047815
Message ID:
01047845
Vues:
9
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform