Share via


FormRegion.EnableAutoLayout Property (Outlook)

Returns or sets a Boolean that specifies whether to use the automatic layout resizing feature when designing form regions in the forms designer. Read/write

Version Information

Version Added: Outlook 2007

Syntax

expression .EnableAutoLayout

expression A variable that represents a FormRegion object.

Remarks

The automatic layout resizing feature in the forms designer recalculates the form layout dynamically as the form is resized. This feature is only available to form regions in the forms designer.

When this property is True, the forms designer performs automatic layout resizing. When this property is False, the forms designer does not perform automatic layout resizing. The default value is True.

See Also

Concepts

FormRegion Object Members

FormRegion Object