Sets or returns the value of the On Resize box in the Properties window of a form. Read/write String.
expression.OnResize
expression Required. An expression that returns one of the objects in the Applies To list.
The Resize event occurs when a form is opened and whenever the size of a form changes.
The OnResize value will be one of the following, depending on the selection chosen in the Choose Builder window (accessed by clicking the Build button next to the On Resize box in the form's Properties window):
If the On Resize box is blank, the property value is an empty string.
The following example prints the value of the OnResize property in the Immediate window for the "Order Entry" form.
Debug.Print Forms("Order Entry").OnResize