Microsoft SDK for Java

Form.getCreateParams

Retrieves a CreateParams object that describes the settings used to create the form.

Syntax

protected CreateParams getCreateParams()

Return Value

Returns a CreateParams object that describes the values used to create the window.

Remarks

When overriding getCreateParams, be sure to call super.getCreateParams.

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