How can I use UltraDockManager?
I mean how can I add a pane window?
I added UltraDockManager in my Form and added a Form(of type toolwindow), I tought the dock will the dock location where the window should be placed, you know...just like VS2008, when you drag the properties window the dock points( or locations) will show them selves..
Any idea how to do this...?
Hello,
If you are refferening to the docking indicators you could set one of the following:
ultraDockManager1.DragWindowStyle to OutlineWithIndicators or
ultraDockManager1.DragWindowStyle to LayeredWindowWithIndicators.
Please let me know if that is what you are looking for.