Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an interface that exposes methods that are used by the events of the form region.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("0EA930C9-8CAB-4557-89D9-3BE282E4B926")> _
Public Interface IFormRegion
[GuidAttribute("0EA930C9-8CAB-4557-89D9-3BE282E4B926")]
public interface IFormRegion
The IFormRegion type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnShutdown | Occurs before the form region is closed. |
![]() |
OnStartup | Occurs after an instance of the form region is created but before the form region appears. |
Top
Remarks
The FormRegionControl and ImportedFormRegion interfaces inherit from the IFormRegion interface.