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 Glenn Russell
- Rhode Island

Dear support-
This should be a simple question, but so far, I havn't stumbled acrross the answer.
I would like to completely override the document "x" button. (or remove it) I'm currently using:
this.dwManager.DocumentWindowClosed += new ActiproSoftware.DockableWindow.DWDocumentWindowEventHandler(this.OnDocumentLeave);
but there is still some default behavior which happens.
Is there a method I can use to gain complete control? And then I could close the document in the same way I would from a menu item?
While I'm here, is there a good way to hide the "x" in the document title?
Thanks in advance,
-Glenn Russell
This should be a simple question, but so far, I havn't stumbled acrross the answer.
I would like to completely override the document "x" button. (or remove it) I'm currently using:
this.dwManager.DocumentWindowClosed += new ActiproSoftware.DockableWindow.DWDocumentWindowEventHandler(this.OnDocumentLeave);
but there is still some default behavior which happens.
Is there a method I can use to gain complete control? And then I could close the document in the same way I would from a menu item?
While I'm here, is there a good way to hide the "x" in the document title?
Thanks in advance,
-Glenn Russell