var fDesc=new Array(); fDesc[0] = ".NET Win HTML Editor Control is a .NET control for "Rich Text" editing. Rich Text controls let you edit texts with features such as varying fonts, tables, equations, etc. The present control is based on HTML, making it compatible with most of the applications.

The API does not have an installer - the DLLs must be registered using regsvr32 and inserted into Visual Studio manually."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }