Hello,
i have a short question, is it possible to embed a button (UltraButton for example) into the DockPane Caption ?
Many Thanks for your effort !
That works perfectly !
Here is the sample
Hello fpollmann,
fpollmann said:Which CreationFilter Property i have to chose ?
Please choose the property from your UltraDockManager. Also I made small sample for you. Please take a look at the attached sample for more details and let me know if you have any questions.
Regards
Thanks for the fast reply, this seems to be exactly that solution i am looking for.
I found this knowledge base article about CreationFilter: devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=5510
I did everything as in this article written, with the difference that i inherits from CaptionButtonImageUIElement and not overrrides the Sub ButtonClick() but instead the Sub OnClick()
Which CreationFilter Property i have to chose ? The one from the UltradockManger or is there a CreationFilter Property from the Caption(pane) ?
Best regards
Yes, it is possible. You could use CreationFilter to add CaptionButtonImageUIElement / PaneCaptionButtonUIElement.
Let me know if you have any questions.