Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom Control Properties
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Custom Control Properties
Miscellaneous
Thread ID:
00963739
Message ID:
00963739
Views:
43
I need to set up properties so that width and height can be set at design time.

This code causes an error at design time:

// Width property
public override Unit Width
{
get {return this.Width;}
set {this.Width = value;}
}
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Next
Reply
Map
View

Click here to load this message in the networking platform