Adam:
rob,
>>i checked the .config file we are using and the "codes" xml entry is there, only visibility is set to "false" (so it doesn't appear).
Cna you post the code?
I am not sure what you mean.
The following line in my code is returning null:
Editor1.ToolControl toolCtrl = Editor1.ToolControls["codes"]
whereas this line succeeds:
Editor1.ToolControl toolCtrl2 = Editor1.ToolControls["CssClass"]
The only difference between the two dropdowns in my .config file is that the "codes" entry has Visibility set to false. So I was asking if this is the reason why my 1st statement fails?
thx,
R