Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
User not in Control
Message
 
 
À
19/11/2003 08:17:18
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00851368
Message ID:
00853173
Vues:
16
Hi Glenn,

Here's what you can do:

Add a property to your user control like this:

[
System.ComponentModel.Description("The text of the first button"),
System.ComponentModel.Category("Appearance")
]
public String Text
{
get {return this.checkbox1.Text}
set {this.checkbox1.Text = value}
}

I hope this is what you need. Success!

Best,
Vera
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform