var fDesc=new Array(); fDesc[0] = "IntegralUI TabControl is advanced .NET WinForms control which has an option to merge a set of tabs and a toolbar in single line. In this way, allowing you to use the same tools for every visible tab page.
There are many options to change appearance of tabs. The toolbar can contain items like: buttons, labels and separators on left and right side of the tab strip.
The control is easy to use and very customizable with plenty of options for changing the overall appearance."; 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 = ''; } }