ImgControl_UpdateLayoutΒΆ

Update the layout of a ImgControl form object.
ImgControl_UpdateLayout(controlName)
controlName Text The name of the ImgControl form object.

Update the layout of the ImgControl form object named controlName.

If the ImgControl object has any of its resizing options set to either grow or move, it has to be notified of form resize events in order to update the layout of its parts. To do that, this method must be called from the host form method during the On Resize event.