showTaskBarButton example
The following code shows a simple method of using the showTaskBarButton property. When this form is opened, there will NOT be a button for the it appearing on the Windows TaskBar.
f = new form()
f.mdi = false
f.showTaskBarButton = false // Prevent taskbar button from appearing
f.open()