Hi,
I am trying to make the desktop alert auto close after 3 seconds.
I have set the autoclose property to true an the autoclosedelay to 3000 but the window remains open until closed manually.
Any ideas?
Thanks
The only thing I can think of that would explain that is the UltraDesktopAlertShowWindowInfo.Pinned property being set to to true, which would override the AutoClose property.