Hi All,
Is there a way that I can capture the user clicking anywhere in the DesktopAlert message?
Thanks
UltraDesktopAlertWindowInfo windowInfo = this.desktopAlert.Show( showInfo ); Control control = windowInfo.DesktopAlertWindow; control.MouseDown += new MouseEventHandler(this.OnDesktopAlertMouseDown);