Form.getCreateParams

Overview | Methods | This Package | All Packages

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.