Form.setMinimizeBox

Overview | Methods | This Package | All Packages

Form.setMinimizeBox

Specifies whether a minimize button should be displayed in the form's caption bar.

Syntax

public final void setMinimizeBox( boolean minButton )

Parameters

minButton

Set to true to display the minimize button; otherwise, set to false.

See Also   getMinimizeBox