I am sure this must be possible, but I'm missing the right "terminology" and so not finding the correct place and property or event to be using.
Essentially, I am using the TabbedMDIContainer within a Workspace within a DockSite. I have some ToolWindows (just like Solution Explorer in Visual Studio) and I don't want these to be able to be dragged and docked as a MDI document window.
Can I prevent this via a property on the ToolWindow (I have found CanDockLeft etc) or do I have to handle an event and cancel it?
Essentially, I am using the TabbedMDIContainer within a Workspace within a DockSite. I have some ToolWindows (just like Solution Explorer in Visual Studio) and I don't want these to be able to be dragged and docked as a MDI document window.
Can I prevent this via a property on the ToolWindow (I have found CanDockLeft etc) or do I have to handle an event and cancel it?