DockManager Basic Question

DockManager Basic Question

I have just downloaded latest suite.  In trying the DockManager and reading documentation, it seems there is no way to visually design a form’s or client controls docked controls, all has to be done in code.  Is this correct?  For instance, I just have a new form, dropped a Dock Manager on it and set Doc host to the form.  I dropped a panel on the form and want to dock it on the left of the form.  I see no property in desiner for toolwindows collection (or groups, etc) and am not able to manually dock the panel.

So this all has to be done in code?  And just as a help, if form is form1 and panel is panel1, and Dock manager dropped on form is DocMgr with  DocHost set to form1, what would be the code on form load or initialization to doc the panel on the left of the form?

Thanks.