Resize Event
Occurs when an object is resized.
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.
See Also
Height Property | Paint Event | Width Property
Applies To: Column | Container Object | Control Object | Form | Grid | OLE Bound Control | OLE Container Control | PageFrame | ToolBar