Hello
Provided by the sample AfterCreateChildElements, I can not solve.
The question again...
Like the attached image ...
User controls (buttons) to add the caption area ULtraWindock.UltraDockManager ControlPane ...
Buttons to add multiple, and each would like to check which button is pressed.
Ask for help.
Hello,
Thank you for contacting Infragistics Developer Support.
I have modified my sample which I had provided you in the following thread: http://es.infragistics.com/community/forums/t/85409.aspx.
It can now dynamically add different number of buttons to all of the panes with the help of a Dictionary containing the number of buttons and the DockedLocation to which you want to add them. As for how to see which button is clicked you can use the event args of the ElementClick, which have a UIElement property and it can be used to identify which button was clicked.
I have attached my sample, please pay close attention to it.
Let me know if you have any additional questions.
Thank you very very much..^^