VLFormDesigner Reference

Event ControlResized

See Also See Also Applies To Applies To

This event occurs when a contained control is resized by the form designer. Typically the form designer will resize a control when user selects and resizes the control, or when ResizeSelectedControls method is called.

The event will be called for each of the control whose size may have been changed.

 

Syntax

Private Sub object_ControlResized (aControl As Object)

 

The ControlResized event syntax has these parts:

Part Description
object An object expression that evaluates to VLFormDesigner.
aControl An object expression that evaluates to the control whose size was changed by the form designer.

 

Remark

This method is typically used to update any UI information that might be dependent on the size of the control that was resized (e.g. control size information in a property sheet etc.).