Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
765
User Control add the Caption area...
posted

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?

Parents
  • 23930
    Verified Answer
    Offline posted

    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.

    WD_AddButtonsToCaption.zip
Reply Children