Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 2.36 KB

Outlook.FormRegion.md

File metadata and controls

77 lines (51 loc) · 2.36 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
FormRegion object (Outlook)
vbaol11.chm3018
vbaol11.chm3018
Outlook.FormRegion
3a0b83eb-4076-9cb3-86a9-68f9e44df89f
06/08/2017
medium

FormRegion object (Outlook)

Represents a form region in an Outlook form.

Remarks

The FormRegion object allows an add-in to add code behind a form region in a custom form to modify the appearance and behavior of the form region.

To obtain an instance of the FormRegion object, an add-in must implement the FormRegionStartup interface. Outlook allocates storage for the form region, instantiates an instance of the FormRegion object, and returns the FormRegion object in the GetFormRegionStorage method.

When the add-in closes the frame for the form region, the add-in must release the object for the form region.

For more infomation on programming a form region, see Extending a Form Region with an Add-in.

Events

Name
Close
Expanded

Methods

Name
Reflow
Select
SetControlItemProperty

Properties

Name
Application
Class
Detail
DisplayName
EnableAutoLayout
Form
FormRegionMode
Inspector
InternalName
IsExpanded
Item
Language
Parent
Session
SuppressControlReplacement
Visible

See also

Outlook Object Model Reference

[!includeSupport and feedback]