Posted 15 years ago
by Arthur Damen
Hi,
I have a docksite which contains 2 nested docksites (which contain an instance of the same usercontrol) in a tabbedmdi environment.
The user is able to click on a tab item in A or a certain tab item in B.
My question is how to detect what the active position is at a certain time.
For instance when a user clicks in the ribbon bar on new tab item, i do need to know if the user wants to Add this into A or B. Besides that there are functions where I also want to know which tab is the active one in combination with the A or B.
|----------------------------------------------|
| tabbedmdihost A |
| |
| |
| |
|----------------------------------------------|
|----------------------------------------------|
| tabbedmdihost B |
| |
| |
| |
|----------------------------------------------|
I have a docksite which contains 2 nested docksites (which contain an instance of the same usercontrol) in a tabbedmdi environment.
The user is able to click on a tab item in A or a certain tab item in B.
My question is how to detect what the active position is at a certain time.
For instance when a user clicks in the ribbon bar on new tab item, i do need to know if the user wants to Add this into A or B. Besides that there are functions where I also want to know which tab is the active one in combination with the A or B.
|----------------------------------------------|
| tabbedmdihost A |
| |
| |
| |
|----------------------------------------------|
|----------------------------------------------|
| tabbedmdihost B |
| |
| |
| |
|----------------------------------------------|