Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
It looks correct. If you are adding the properties to a class and then going into the designer of the same class, the properties will not show up. However, if you drop the control on a different designer (i.e. drop a textbox on a form) or subclass the class, they will then show up on the inherited class within the designer. Past that, the only other reason that I could think of is if the class in question is private or the heirarchy above these properties is hiding them due to their limited declaration. Past that, I don't see anything blaring at me.
|