Form.showInTaskbar property
public bool showInTaskbar [property setter]
public bool showInTaskbar [property getter]
Get or set whether or not the taskbar will show a button for this Form.
Note: some form border styles cause the taskbar to always show a button for this Form. This limitation will probably be removed in future versions of DFL. Currently, the taskbar button can only be disabled for FIXED_TOOLWINDOW and SIZABLE_TOOLWINDOW.
See also: FormBorderStyle, formBorderStyle?