The latest build of this product (v2.0.0208) was released 20 years ago,
which was before this thread was created.
Posted 20 years ago
by mike wall

I need to have the tool window be created at a certain size...
I have the following code but runtime yeilds : " Read Only" for displayRectangle
Form f = new CallerInfo(this);
f.Visible = true;
f.TopLevel = false;
f.Dock = DockStyle.Fill;
ToolWindow firstToolWindow = new ToolWindow(dockManager1, "test", "test", null, f);
firstToolWindow.DisplayRectangle = new Rectangle(0,0,500,500);
dockManager1.ActivateAllInactiveToolWindows();
I have the following code but runtime yeilds : " Read Only" for displayRectangle
Form f = new CallerInfo(this);
f.Visible = true;
f.TopLevel = false;
f.Dock = DockStyle.Fill;
ToolWindow firstToolWindow = new ToolWindow(dockManager1, "test", "test", null, f);
firstToolWindow.DisplayRectangle = new Rectangle(0,0,500,500);
dockManager1.ActivateAllInactiveToolWindows();