Excellent.....
Just for reference in case anyone else views this thread. To do this on client side in javascript its.
var ed = document.getElementById('<%= editor1.ClientID %>');
ed.ExecCommand("ToggleBorder");
Took me a while to figure this cos i could only see the server side property!
Ta adam