Resize Event

Occurs when an object is resized.

PROCEDURE Object.Resize

Remarks

Applies To: _SCREEN System Variable | Column | Container Object | Control Object | Form | Grid | OLE Bound Control | OLE Container Control | PageFrame | ToolBar

You can trigger the Resize interactively or in code by setting the Height and Width properties.

For a Column object, you can trigger Resize in code by setting the Width property for the column.

You can also trigger the Resize event by using event binding. For more information, see Event Binding for Visual FoxPro Objects and BINDEVENT( ) Function.

See Also

Reference

Height Property

Paint Event

Width Property

BINDEVENT( ) Function

Other Resources

Events (Visual FoxPro)