Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.08 KB

Outlook.FormRegion.IsExpanded.md

File metadata and controls

38 lines (22 loc) · 1.08 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
FormRegion.IsExpanded property (Outlook)
vbaol11.chm2389
vbaol11.chm2389
Outlook.FormRegion.IsExpanded
6b2a033c-c852-d669-d641-098f9b6c8e35
06/08/2017
medium

FormRegion.IsExpanded property (Outlook)

Returns a Boolean that indicates if the form region is expanded. Read-only.

Syntax

expression. IsExpanded

expression A variable that represents a FormRegion object.

Remarks

This property applies to adjoining form regions only and is ignored for separate form regions.

Outlook always first loads a form region in an expanded state and sets IsExpanded to True. If the initial state of the form region is to be collapsed, then Outlook immediately closes the form region, fires the Expanded event with the Expand parameter being False, and sets IsExpanded to False.

See also

FormRegion Object

[!includeSupport and feedback]