Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
User not in Control
Message
From
25/11/2003 08:14:20
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00851368
Message ID:
00853228
Views:
19
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
Previous
Reply
Map
View

Click here to load this message in the networking platform