Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
User not in Control
Message
De
25/11/2003 08:14:20
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00851368
Message ID:
00853228
Vues:
18
Excellent! Thanks this is exactly the implementation which works at runtime, and design time.

Glenn

>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
Répondre
Fil
Voir

Click here to load this message in the networking platform