Hello.. Thank you for providing good information.use infragistics 11.2
I want. User controls (buttons) to add the caption area ULtraWindock.UltraDockManager ControlPane ...Is this possible?
Hello,
If you want to add additional buttons in the caption area of dock pane, you could use Creation Filter. In the AfterCreateChildElements method of the interface you could adjust the size of the TextUIElelemnt that contains the caption, so that it can fit another button. After that add a ButtonUIElement to the child elements collection of the PaneCaptionUIElement of the UltraDockManager. If you want to know more about Creation Filters please visit this link:
http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/Win_Creation_Filter.html
I have attached a sample which demonstrates this suggestion.
Please let me know if you have any additional questions.
Thank you for answer.
I have attached a sample you are using a different version of it is.
I use..Infragistics2.Win.UltraWinDock.v11.2VB.NET 2008
I get a different version of the sample again?
Thank you...