Navigation:  Contents > Control Properties >

ResizeFormBackground Property

Previous pageReturn to chapter overviewNext page

 

Returns or sets a value that determines whether the form background picture (if any) should be resized when the form is resized.

 

 

Syntax

 

object.ResizeFormBackground [=boolean]

 

Where object evaluates to an ActiveResize control.

 

 

The settings for boolean are:

 

 

TrueSpecifies that the form background picture should be resized when the form is resized.
False(Default). Specifies that the form background picture should not be resized when the form is resized.

 

Remarks

 

If the form contains a picture in its Picture property and the ResizeFormBackground property of ActiveResize is set to True, the picture will be resized to cover the entire area of the form. If the picture is smaller or larger than the form size set at design-time, it will be stretched to cover the entire form.

 

The picture resizing process maintains high quality of the resized picture and is 100% flicker-free.

 

Return to Contents

 

 

Copyright 2002-2018 - VBGold Software