Share via


FormRun.resize Method

Is called when a form is resized.

Syntax

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.

Remarks

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.

See Also

Reference

FormRun Class