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
120
Can I use the UltraFormManager on an MDI parent AND use an UltraToolbarsManager?
posted

I can create a new form, set the IsMdiParent = True, then add an UltraFormManager component to manage the appearance of the form.

However, when I try to add an UltraToolbarsManager to the form, I get the message indicating that the DockWithinContainer can not be set as dock areas have already been added. How do I add a toolbar or is this not possible? (I can't find anything anywhere that references this)

Thanks,

Dave