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
250
Editor Control Interface
posted

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?

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.

Children