FormRun.resize Method [AX 2012]

Is called when a form is resized.

public void resize(int width, int height)

Run On

Client

Parameters

width
Type: int
An integer that specifies the width of a form.
height
Type: int
An integer data type that specifies the height of a form.

To override this method on a form, right-click the Methods node below the form, click Override Method, and then click resize.

For information about best practices for forms and code, see No Code in Forms.

Community Additions

ADD
Show: