Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
User not in Control
Message
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00851368
Message ID:
00853173
Views:
17
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
Next
Reply
Map
View

Click here to load this message in the networking platform