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!
My apologies. A post has been left in the appropriate forum.
Thanks for the info.
-Randy
This would be better posted in the control specific group.
http://forums.labs.infragistics.com/forums/86.aspx
I was able to make a simple derivation of the UltraMaskedEdit control.
class Exteded : Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit
Could you explain what error message you are getting? Or how the problem is manifesting itself?
Or you could submit a Infragistics Developer Support Request with a small sample showing your issue so it can be debugged.