Microsoft SDK for Java

Form.getControlBox

Retrieves a boolean value that indicates whether this form has a control box.

Syntax

public final boolean getControlBox()

Return Value

Returns true if this form has a control box; otherwise, returns false.

Remarks

The control box designates the icon or button displayed in the upper-left corner of the caption bar. A user uses the control box to access the system menu.

See Also   setControlBox

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