Navigation:  Contents > Control Properties >

AutoCenterForm Property

Previous pageReturn to chapter overviewNext page

 

Returns or sets a value that determines whether the form that contains the ActiveResize control will automatically be centered on the screen when it loads.

 

 

Syntax

 

object.AutoCenterForm [=boolean]

 

Where object evaluates to an ActiveResize control.

 

 

The settings for boolean are:

 

 

TrueSpecifies that the form will be automatically centered on the screen when it loads.
False(Default). Specifies that the form will not be centered on the screen when it loads.

 

Remarks

 

By default, this property is set to False. You may set it to True if you want the form to be automatically centered on the screen when it loads.

 

Return to Contents

 

 

Copyright 2002-2018 - VBGold Software