Navigation:  Contents > Control Properties >

AutoResizeControls Property

Previous pageReturn to chapter overviewNext page

 

Returns or sets a value that determines whether controls on the form that contains the ActiveResize control will automatically be resized when the form is resized.

 

 

Syntax

 

object.AutoResizeControls [=boolean]

 

Where object evaluates to an ActiveResize control.

 

 

The settings for boolean are:

 

 

True(Default). Specifies that the form's controls will be automatically resized when the form is resized.
FalseSpecifies that the form's controls will not be resized when the form is resized.

 

Remarks

 

You may set this property to False to prevent ActiveResize from automatically detecting the Resize event of the form and executing the resize / reposition process. This might be useful when you want to have a full control on when the controls should be resized / repositioned by calling this method from within your code in the Form_Resize event.

 

Return to Contents

 

 

Copyright 2002-2018 - VBGold Software