A tool window border that is not resizable. A tool window does not appear in the taskbar or in the window that appears when the user presses ALT+TAB. Although forms that specify FormBorderStyle.FixedToolWindow typically are not shown in the taskbar, you must also ensure that the Form.ShowInTaskbar property is set to false, since its default value is true.