I have a form, WindowBase, that inherits from Form. I have ApplicationWindowBase that inherits from WindowBase. I then have FormOptions that inherits from ApplicationWindowBase.
I would have expected that if I set properties on ApplicationWindowBase they would be applied to FormOptions. I can only make changes to WindowBase to have them echoed to the FormOptions???????
what am I missing?
thanks