Resize Event

Applies To   See Also

Occurs when an object is resized.

Syntax

PROCEDURE Object.Resize
[LPARAMETERS nIndex]

Parameters

nIndex

Uniquely identifies a control if it is in a control array.

Remarks

Resize can be triggered interactively. Resize can be triggered in code by setting the Height and the Width properties. For a Column, Resize can be triggered in code by setting the Column's Width property.