Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
UltraMaskedEditor - Cannot Inherit
posted

Hi, there -

 I'm creating some classes that inherit different controls. I'm doing this since there are still some design decisions to be made in regards to colors, etc, and I believe if I have a custom controls in place, I can simply change the property once on the custom control and those changes would propegate throughout the app when instances of those custom controls are used. 

 For example, I have a class that inherits the UltraTextEditor control by using:

 Inherits Infragistics.Win.UltraWinEditors.UltraTextEditor

This has worked fine for me until I needed to do this with UltraMaskedEditor.  It does not appear to allow inheritance.  Can anyone else confirm this, and if this is the case, is there a reason?

I'm expecting to be able to use the statement:

Inherits Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit

Thanks for your time!