Microsoft SDK for Java

Form.setShowInTaskbar

Specifies whether this form's icon should be displayed in the Windows taskbar.

Syntax

public final void setShowInTaskbar( boolean showInTaskbar )

Parameters

showInTaskbar

Set to true to display this form's icon in the taskbar; otherwise, set to false.

See Also   getShowInTaskbar

© 1999 Microsoft Corporation. All rights reserved. Terms of use.