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
305
Tracking EditMode on UltraCombo
posted

Hi

I would like to track the edit mode in an UltraCombo, i.e. I'm looking for functionality similar to the IsInEditMode flag and the Before/AfterEnterEditMode & Before/AfterExitEditMode events on the TextEditorControlBase.

Is there a way to do this?

thanks & kind regards,
olivier

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Olivier,

    I'm not sure why the control doesn't expose these properties and events. Probably just an oversight, since the UltraCombo was originally not an embeddable editor.

    You could use the Enter and Leave events, and the ContainsFocus method for essentially the same things, though.

Children