var fDesc=new Array(); fDesc[0] = "Softgroup .Net MDI Bar is a fast, small and lightweight .NET bar control for automatic tracking and Thumbnails Preview Window of MDI children in an MDI parent form.

To use Softgroup .Net MDI Bar simply add .Net MDI Bar control to the Toolbox window of Microsoft Visual Studio and drag it to your form.


Control Features:

- Automatically detect when an MDI child is added or removed (no code required)
- Auto hide feature when no MDI child forms are visible
- Optional display a Close Button with custom foreground colour and auto-hide feature
- Hide/Show forms icons on MDI tab buttons
- Customizable foreground colour for text of MDI tab buttons
- Support standard .Net rendering
- Can show first displayed MDI child form maximized
- Support Dock on Top or Bottom of MDI container
- Display Thumbnails Preview Window of non active MDI Child forms
- Full customizable aspect of Thumbnails Preview Window"; 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 = ''; } }