Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Form.setControlBox

Specifies whether a control box is to be displayed on this form.

Syntax

public final void setControlBox( boolean controlBox )

Parameters

controlBox

Set to true to display the control box; otherwise, set to false.

Remarks

A control box refers to an icon that appears in the upper-left corner of the form. The control box displays the system menu when clicked.

See Also getControlBox