hello,
Me again, having trouble with the dogkingManager
I have my 3 documentPane in my dockingManager.
And I have the event DockingManger_DockTabChanged(...) with the code:
Isn't this event similar to DockingManager_DockTabChanging(...)?
Is it normal?: it doesn't displays the selected tabbedDocument
It always displays the one that has been "deactivated".
How can i have the real selected Tabbeddocument? (without having to go through the documentPane_activate event)
thanx,
Shirya
(Hope I'm clear--> english isn't my native language)
Me again, having trouble with the dogkingManager
I have my 3 documentPane in my dockingManager.
And I have the event DockingManger_DockTabChanged(...) with the code:
dim MyDockingManager as Docking.DockingManager = sender |
msgBox (MyDockingManager.ActivateDocument.Text) |
Isn't this event similar to DockingManager_DockTabChanging(...)?
Is it normal?: it doesn't displays the selected tabbedDocument
It always displays the one that has been "deactivated".
How can i have the real selected Tabbeddocument? (without having to go through the documentPane_activate event)
thanx,
Shirya
(Hope I'm clear--> english isn't my native language)