Hi, I'm writing an addin to show IL code (it uses monodis.exe :-)) The problem is that I would like to make the user able to click on any method shown on the class pad to view it's IL code. But I didn't find a way to extend the class pad, only the solution pad. Where i go wrong ?