Is there an interface that contains the Read Only Property that is shared across all Editor Controls. Since they all have Read Only but they don't share the same base I am hoping there is an interface that exposes the Read Only Property?
Hi,
No, there is no such interface. But the property does exist on two base classes.
UltraWinEditorMaskedControlBase
and
TextEditorControlBase
Those two classes both derive from EditorButtonControlBase. So why the property is not defined on the base class is probably an oversight. But it should be pretty simple to use those two base classes.
Thanks Mike.
2 classes are better than the 7 controls we are using.