Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class design
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Class design
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01401807
Message ID:
01401807
Views:
113
Hi everybody,

I want to subclass a DataGrid control (in .NET CE) environment. In particular, I want to have a common property _rowNumber and a common MouseUp event updating this number.

This part I was able to figure out myself.

Now, in addition I also want to have TableStyle as a property (can I use SET/GET the same way as with a regular property?) and a new signature for a method FormatGrid. The actual implementation of this method I'd like to have coded in the form.

So, can you please just tell me what would be the syntax here to declare this method in C#?

Thanks again and hopefully I was able to explain what I was looking for.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform