Embedding a control inside a toolbar
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I wanted to add a dockable interface to my application and I don't really like the idea of including a third-party dll in my application. So I though and I had the idea of embedding my controls in toolbars. Can you give me an example of how to put a custom control in a toolbar. Or is this impossible? Help would be greatly appreciated.