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
115
Click anywhere on the DesktopAlert message
posted

Hi All,

Is there a way that I can capture the user clicking anywhere in the DesktopAlert message?

Thanks

Parents
No Data
Reply
  • 69832
    Offline posted

            UltraDesktopAlertWindowInfo windowInfo = this.desktopAlert.Show( showInfo );
            Control control = windowInfo.DesktopAlertWindow;
            control.MouseDown += new MouseEventHandler(this.OnDesktopAlertMouseDown);

Children
No Data