System.Windows.Forms.FormBorderStyle.FixedToolWindow Field

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.

Syntax

FormBorderStyle FixedToolWindow

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0