I am able to load images for an editor named PageEditor, but using the same method to get the control I cannot next add links.
CuteEditor.ToolControl toolctrl=PageEditor.ToolControls["Links"];
if(toolctrl!=null) // this will be false, no control is found, even though it is for the image dropdown.