Microsoft SDK for Java

Form.setWindowState

Specifies the window state for this form.

Syntax

public final void setWindowState( int windowState )

Parameters

windowState

The window state for this form. This value must be one of the enumeration constants defined in the FormWindowState class.

Remarks

The following constants are defined in the FormWindowState class: FormWindowState.NORMAL, FormWindowState.MAXIMIZED, and FormWindowState.MINIMIZED.

See Also   getWindowState

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