I am trying to provide a hide and show functionality with tabbed DocumentWindow instances.
The idea is to hide all DocumentWindow instances except one, and then later re-show all the hidden DocumentWindow instances.
The issue is that after hiding them, these windows are no more accessible through the Dock object.
Even when I add the following line when I create a new DocumentWindow instance.
It seems as if the Hide() method actually closed the DocumentWindow.
Appreciate any help on this issue.
Thanks
Meir
The idea is to hide all DocumentWindow instances except one, and then later re-show all the hidden DocumentWindow instances.
The issue is that after hiding them, these windows are no more accessible through the Dock object.
Even when I add the following line when I create a new DocumentWindow instance.
documentWin.CloseAction = DockWindowCloseAction.Hide;<
br
>
It seems as if the Hide() method actually closed the DocumentWindow.
Appreciate any help on this issue.
Thanks
Meir