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
460
How to use UltraDockManager
posted

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...?

  • 20872
    Offline posted

    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.