Navigation:  Contents > Control Properties >

MaxFormWidth Property

Previous pageReturn to chapter overviewNext page

 

Returns or sets a value that determines the maximum form width allowable when the form is resized at run-time, either by the user or by code.

 

 

Syntax

 

object.MaxFormWidth [=number]

 

Where object evaluates to an ActiveResize control.

 

 

 

Remarks

 

If number value is set to 0 (default), it specifies that the maximum form width is unlimited.

Note: If this property is set and the AllowFormMaximized property is True, the form can still be maximized; however its Width can not be resized beyond the specified value when the form is resized either by dragging its border with the mouse or setting its Width through code.

 

Return to Contents

 

 

Copyright 2002-2018 - VBGold Software