I have a content pane and it can be docked anywhere on the screen and can make it as a floating window.
When it's in floating state, a blue window border is visible with close button.
I wanted to hide this window border when DocManager_ToolWindowLoaded event gets triggered where I've used (e.Window.UseOSNonClientArea = false;.)
Regards,