Hi,
For windows plugins, we could parse ActApplication to Control.
eg...
private ActApplication application;
((Control) this.application).Controls etc etc
Then you can loop and find the control you after.
Does anyone know on how to find controls but for web plugins version?