Under certain condition, we want a DockingWindow to be excluded from the DockSite.ActivateNextDocument and DockSite.ActivatePreviousDocument action.
Is there a way to achieve that?
Thanks
Under certain condition, we want a DockingWindow to be excluded from the DockSite.ActivateNextDocument and DockSite.ActivatePreviousDocument action.
Is there a way to achieve that?
Thanks
Hi Rex,
No, but you could probably write your own command that does similar logic and skip the docking windows you want to skip. They just look at the DockSite.Documents collection to see the index of PrimaryDocument and increment that.
Turns out to be quite simple. Thanks.
[Modified 4 years ago]
Please log in to a validated account to post comments.