Currently I have my Ultrapanel unpinned. I am using my ultrapanel for A notification area. I want to activate or show the panel when a message or notification popups. Can someone assist me
at the moment i am doing doing this below which is not working at all:
UltraPanel
panel = this.ultraDockManager1.ControlPanes["Notification"].Control as UltraPanel;
Hello Keith,
I think that I was able to create a sample satisfying your needs. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.