Navigation:  Contents > Control Methods >

Reset Method

Previous pageReturn to chapter overviewNext page

 

Resets the ActiveResize control's saved information regarding form and controls sizes and positions and takes current information as a reference in subsequent resize actions.

 

Syntax

 

object.Reset

 

Where object evaluates to an ActiveResize control.

 

 

 

Remarks

 

When a form containing the ActiveResize control loads, the control captures all information regarding the form current size and the size and position of every control on the form. This information is used later on to resize and reposition the controls when the form is resized. When the Reset method is called, the control refreshes these information (captures the current sizes and positions of the controls) and uses them as a reference in the subsequent resizing operations.

 

Return to Contents

 

 

Copyright 2002-2018 - VBGold Software