Hi,
I have a map tool that can be opened from Ribbon as well as from Modify Features. From the ribbon, it is a button. On the button click using tool id I am making my map tool as active.
FrameworkApplication.SetCurrentToolAsync(ToolID);
Now the use case is that if the user has opened the tool from the Ribbon, it is opened as a separate dock pane as well as making that tool as active. And now if the user will try to open the same tool again from Modify Features, nothing is happening. Can we make the user move to already opened dock pane of the same tool (which was earlier opened from the button click)?
@Wolf @NarelleChedzey @UmaHarano @GKmieliauskas @CharlesMacleod