Navigation:  Contents > Control Methods >

ResizeControls Method

Previous pageReturn to chapter overviewNext page

 

Enables you to resize and reposition the controls on demand.

 

Syntax

 

object.ResizeControls

 

Where object evaluates to an ActiveResize control.

 

 

 

Remarks

 

When the AutoResizeControls property of the control is set to False, the control will not perform a resize / reposition process on the controls when the form is resized. Due to some design considerations in your application, you might not want the controls to be resized / repositioned automatically when the form is resized. In this case, you can optionally handle the triggering of the resize / reposition process by calling this method.

 

Return to Contents

 

 

Copyright 2002-2018 - VBGold Software