Not directly, no.
You could use the GPI Trigger feature to 'press a button' in a different panel.
`ogscript.fireGPI('[GPI]', '[state]', true);` will fire a "GPI Trigger" across all open panels (the true at the end is the flag to fire it globally).
If you attach a trigger to a button or label, (see Trigger ID field above each button's task list), you can trigger them this way.
#DashBoard