Hi,
in ArcGIS Pro 3.6, I can't change groups caption if module "autoLoad" is set to "false", and tabs caption at all.
In Module, I'm overriding a "Initialize" method, and there I'm getting tab and group with
var tab = FrameworkApplication.GetPlugInWrapper("Tab1");
var group = FrameworkApplication.GetPlugInWrapper("Group1");
Changing groups caption works if "autoLoad" is set to "true".
Changing tabs caption does not work at all.
Is this a bug, or intentional behavior?
Solved! Go to Solution.