Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
This will work, but I might suggest creating properties to expose the title, etc. instead of just exposing the object. Technically this violates encapsulation and if you were to rename the gradient form header, all of your programs would break. But if you had a property on your base form called Title, or HeaderImage, then it would only be a matter of changing this in the base form versus every program in your app that has referenced this object. Just a thought and recommendation.
|