
Hi ! I want to add to add the dockmanager to my main form programmatically. How can I do that ?
DockManager dockManager = new DockManager();
dockManager.HostContainerControl = this; // where this is a Form
Please log in to a validated account to post comments.